X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/667a7121e08d4fffc24cafdc3ed474374782b959..ef2889f20ad25c30abb05c53cc5e08e2c2ed97d3:/services/api/test/fixtures/collections.yml diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml index b265f242a0..ea87cca36f 100644 --- a/services/api/test/fixtures/collections.yml +++ b/services/api/test/fixtures/collections.yml @@ -743,6 +743,34 @@ collection_with_prop1_value2: properties: prop1: value2 +collection_with_prop1_value3: + uuid: zzzzz-4zz18-withprop1value3 + portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2015-02-13T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + modified_at: 2015-02-13T17:22:54Z + updated_at: 2015-02-13T17:22:54Z + manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n" + name: collection with prop1 value3 + properties: + prop1: value3 + +collection_with_prop1_other1: + uuid: zzzzz-4zz18-withprop1other1 + portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2015-02-13T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + modified_at: 2015-02-13T17:22:54Z + updated_at: 2015-02-13T17:22:54Z + manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n" + name: collection with prop1 other1 + properties: + prop1: other1 + collection_with_prop2_1: uuid: zzzzz-4zz18-withprop2value1 portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 @@ -771,6 +799,20 @@ collection_with_prop2_5: properties: prop2: 5 +collection_with_uri_prop: + uuid: zzzzz-4zz18-withuripropval1 + portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2015-02-13T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f + modified_at: 2015-02-13T17:22:54Z + updated_at: 2015-02-13T17:22:54Z + manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n" + name: collection with RDF-style URI property key + properties: + "http://schema.org/example": "value1" + # Test Helper trims the rest of the file # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper