[ARVADOS] updated: 3dc42f2d801a6bf0d752091e2ae3e4d81180467f

git at public.curoverse.com git at public.curoverse.com
Thu Nov 20 14:07:52 EST 2014


Summary of changes:
 services/api/test/fixtures/collections.yml                            | 2 +-
 .../api/test/functional/arvados/v1/collections_controller_test.rb     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  3dc42f2d801a6bf0d752091e2ae3e4d81180467f (commit)
      from  c5fd3fb6be57c79f7a55e0fe6a1d3f329d82a7b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3dc42f2d801a6bf0d752091e2ae3e4d81180467f
Author: radhika <radhika at curoverse.com>
Date:   Thu Nov 20 13:48:44 2014 -0500

    4592: update fixture checksum

diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml
index dff769a..bbd362d 100644
--- a/services/api/test/fixtures/collections.yml
+++ b/services/api/test/fixtures/collections.yml
@@ -347,7 +347,7 @@ collection_with_no_name_in_aproject:
 
 collection_to_search_for_in_aproject:
   uuid: zzzzz-4zz18-abcd6fx123409f7
-  portable_data_hash: 1f4b0bc7583c2a7f910212345678c5e3+45
+  portable_data_hash: 5bd9c1ad0bc8c7f34be170a7b7b39089+45
   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
   created_at: 2014-04-21 15:37:48 -0400
   modified_at: 2014-04-21 15:37:48 -0400
diff --git a/services/api/test/functional/arvados/v1/collections_controller_test.rb b/services/api/test/functional/arvados/v1/collections_controller_test.rb
index 4144ebf..269474a 100644
--- a/services/api/test/functional/arvados/v1/collections_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/collections_controller_test.rb
@@ -347,12 +347,12 @@ EOS
   test "search collections with 'any' operator" do
     authorize_with :active
     get :index, {
-      where: { any: ['contains', '83c2a7f91021234567'] }
+      where: { any: ['contains', 'd0bc8c7f34be170a7b7b'] }
     }
     assert_response :success
     found = assigns(:objects).collect(&:portable_data_hash)
     assert_equal 1, found.count
-    assert_equal true, !!found.index('1f4b0bc7583c2a7f910212345678c5e3+45')
+    assert_equal true, !!found.index('5bd9c1ad0bc8c7f34be170a7b7b39089+45')
   end
 
   [false, true].each do |permit_unsigned|

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list