X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/21006cfaf6d4d0ac3884a72803a8723bc4bb76fb..e5659d21c942c7c315fc33668717329d1487e6c6:/services/api/test/fixtures/collections.yml diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml index 4ba5a3b52d..b1154a8399 100644 --- a/services/api/test/fixtures/collections.yml +++ b/services/api/test/fixtures/collections.yml @@ -92,7 +92,7 @@ multilevel_collection_2: modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f modified_at: 2014-02-03T17:22:54Z updated_at: 2014-02-03T17:22:54Z - manifest_text: "./dir1/sub1 0:0:a 0:0:b\n./dir2/sub2 0:0:c 0:0:d\n" + manifest_text: "./dir1/sub1 d41d8cd98f00b204e9800998ecf8427e+0 0:0:a 0:0:b\n./dir2/sub2 d41d8cd98f00b204e9800998ecf8427e+0 0:0:c 0:0:d\n" name: multilevel_collection_2 docker_image: @@ -244,6 +244,7 @@ real_log_collection: uuid: zzzzz-4zz18-op4e2lbej01tcvu owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz created_at: 2014-09-01 12:00:00 + modified_at: 2014-09-01 12:00:00 portable_data_hash: 0b9a7787660e1fce4a93f33e01376ba6+81 manifest_text: ". cdd549ae79fe6640fa3d5c6261d8303c+195 0:195:zzzzz-8i9sb-0vsrcqi7whchuil.log.txt\n" name: real_log_collection @@ -278,6 +279,7 @@ collection_owned_by_foo: manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" owner_uuid: zzzzz-tpzed-81hsbo6mk8nl05c created_at: 2014-02-03T17:22:54Z + modified_at: 2014-02-03T17:22:54Z name: collection_owned_by_foo collection_to_remove_from_subproject: @@ -287,6 +289,7 @@ collection_to_remove_from_subproject: manifest_text: ". 8258b505536a9ab47baa2f4281cb932a+9 0:9:missingno\n" owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x created_at: 2014-10-15T10:45:00 + modified_at: 2014-10-15T10:45:00 name: Collection to remove from subproject collection_with_files_in_subdir: @@ -307,6 +310,8 @@ graph_test_collection1: portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45 manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n" name: bar_file + created_at: 2014-02-03T17:22:54Z + modified_at: 2014-02-03T17:22:54Z graph_test_collection2: uuid: zzzzz-4zz18-uukreo9rbgwsujx @@ -314,6 +319,8 @@ graph_test_collection2: portable_data_hash: 65b17c95fdbc9800fc48acda4e9dcd0b+93 manifest_text: ". 6a4ff0499484c6c79c95cd8c566bd25f+249025 0:249025:FOO_General_Public_License,_version_3.pdf\n" name: "FOO General Public License, version 3" + created_at: 2014-02-03T17:22:54Z + modified_at: 2014-02-03T17:22:54Z graph_test_collection3: uuid: zzzzz-4zz18-uukreo9rbgwsujj @@ -321,6 +328,8 @@ graph_test_collection3: portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45 manifest_text: ". 73feffa4b7f6bb68e44cf984c85f6e88+3 0:3:baz\n" name: "baz file" + created_at: 2014-02-03T17:22:54Z + modified_at: 2014-02-03T17:22:54Z collection_1_owned_by_fuse: uuid: zzzzz-4zz18-ovx05bfzormx3bg @@ -557,6 +566,7 @@ collection_<%=i%>_of_10: uuid: zzzzz-4zz18-10gneyn6brkx<%= i.to_s.rjust(3, '0') %> owner_uuid: zzzzz-j7d0g-0010collections created_at: <%= i.minute.ago.to_s(:db) %> + modified_at: <%= i.minute.ago.to_s(:db) %> <% end %> # collections in project_with_201_collections @@ -568,6 +578,7 @@ collection_<%=i%>_of_201: uuid: zzzzz-4zz18-201gneyn6brd<%= i.to_s.rjust(3, '0') %> owner_uuid: zzzzz-j7d0g-0201collections created_at: <%= i.minute.ago.to_s(:db) %> + modified_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