X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/61f351e9e3542308fe0a41fa7f41e4de85130c24..789e1eb86b5286f3d34b112e0ab802bd3a2793b2:/services/api/test/fixtures/collections.yml diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml index d1f1d22780..c481424d6d 100644 --- a/services/api/test/fixtures/collections.yml +++ b/services/api/test/fixtures/collections.yml @@ -258,6 +258,15 @@ collection_owned_by_foo: created_at: 2014-02-03T17:22:54Z name: collection_owned_by_foo +collection_to_remove_from_subproject: + # The Workbench tests remove this from subproject. + uuid: zzzzz-4zz18-subprojgonecoll + portable_data_hash: 2386ca6e3fffd4be5e197a72c6c80fb2+51 + manifest_text: ". 8258b505536a9ab47baa2f4281cb932a+9 0:9:missingno\n" + owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + created_at: 2014-10-15T10:45:00 + name: Collection to remove from subproject + # 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 @@ -270,7 +279,7 @@ collection_<%=i%>_of_10: manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" uuid: zzzzz-4zz18-10gneyn6brkx<%= i.to_s.rjust(3, '0') %> owner_uuid: zzzzz-j7d0g-0010collections - created_at: <%= 1.minute.ago.to_s(:db) %> + created_at: <%= i.minute.ago.to_s(:db) %> <% end %> # collections in project_with_201_collections @@ -281,7 +290,7 @@ collection_<%=i%>_of_201: manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" uuid: zzzzz-4zz18-201gneyn6brd<%= i.to_s.rjust(3, '0') %> owner_uuid: zzzzz-j7d0g-0201collections - created_at: <%= 1.minute.ago.to_s(:db) %> + created_at: <%= i.minute.ago.to_s(:db) %> <% end %> # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper