X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/77e3dec8727c1fc00665531a39583c85b2c404bb..7149ee5d616b932a73fb7a311136e6db75020666:/services/api/test/fixtures/collections.yml diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml index 2fb235c708..045e1c7190 100644 --- a/services/api/test/fixtures/collections.yml +++ b/services/api/test/fixtures/collections.yml @@ -257,3 +257,52 @@ collection_owned_by_foo: owner_uuid: zzzzz-tpzed-81hsbo6mk8nl05c 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 + +collection_with_files_in_subdir: + uuid: zzzzz-4zz18-filesinsubdir00 + name: collection_files_in_subdir + portable_data_hash: 85877ca2d7e05498dd3d109baf2df106+95 + owner_uuid: zzzzz-tpzed-user1withloadab + created_at: 2014-02-03T17:22:54Z + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-user1withloadab + modified_at: 2014-02-03T17:22:54Z + updated_at: 2014-02-03T17:22:54Z + manifest_text: ". 85877ca2d7e05498dd3d109baf2df106+95+A3a4e26a366ee7e4ed3e476ccf05354761be2e4ae@545a9920 0:95:file_in_subdir1\n./subdir2/subdir3 2bbc341c702df4d8f42ec31f16c10120+64+A315d7e7bad2ce937e711fc454fae2d1194d14d64@545a9920 0:32:file1_in_subdir3.txt 32:32:file2_in_subdir3.txt\n./subdir2/subdir3/subdir4 2bbc341c702df4d8f42ec31f16c10120+64+A315d7e7bad2ce937e711fc454fae2d1194d14d64@545a9920 0:32:file1_in_subdir4.txt 32:32:file2_in_subdir4.txt" + +# 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 + +# collections in project_with_10_collections +<% for i in 1..10 do %> +collection_<%=i%>_of_10: + name: Collection_<%= i %> + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + 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: <%= i.minute.ago.to_s(:db) %> +<% end %> + +# collections in project_with_201_collections +<% for i in 1..201 do %> +collection_<%=i%>_of_201: + name: Collection_<%= i %> + portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 + 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: <%= 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