Blame view

framework/tests/model/DataDifferencerTest.yml 474 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  DataDifferencerTest_MockImage:
     image1:
        Filename: framework/tests/model/testimages/test_image.png
     image2:
        Filename: framework/tests/model/testimages/test.image.with.dots.png
  DataDifferencerTest_HasOneRelationObject:
     relobj1:
        Title: obj1
     relobj2:
        Title: obj2
  DataDifferencerTest_Object:
     obj1:
        Choices: a,b
        Image: =>DataDifferencerTest_MockImage.image1
        HasOneRelation: =>DataDifferencerTest_HasOneRelationObject.relobj1