[ARVADOS] updated: f2d89d3e3b173f57ff817c373e48b807fe270518

git at public.curoverse.com git at public.curoverse.com
Thu Aug 28 15:25:38 EDT 2014


Summary of changes:
 sdk/python/tests/test_arv_put.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

       via  f2d89d3e3b173f57ff817c373e48b807fe270518 (commit)
      from  97473ddf7cd581a048af7b6585ce3ef75ff502c0 (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 f2d89d3e3b173f57ff817c373e48b807fe270518
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Aug 28 15:25:35 2014 -0400

    Fix arv-put tests refs #3709

diff --git a/sdk/python/tests/test_arv_put.py b/sdk/python/tests/test_arv_put.py
index 66af47a..0ce51af 100644
--- a/sdk/python/tests/test_arv_put.py
+++ b/sdk/python/tests/test_arv_put.py
@@ -585,7 +585,7 @@ class ArvPutIntegrationTest(run_test_server.TestCaseWithServers,
 
     def test_put_collection_with_unnamed_project_link(self):
         link = self.run_and_find_collection("Test unnamed collection",
-                                      ['--project-uuid', self.PROJECT_UUID])
+                                      ['--portable-data-hash', '--project-uuid', self.PROJECT_UUID])
         username = pwd.getpwuid(os.getuid()).pw_name
         self.assertRegexpMatches(
             link['name'],
@@ -594,7 +594,7 @@ class ArvPutIntegrationTest(run_test_server.TestCaseWithServers,
     def test_put_collection_with_name_and_no_project(self):
         link_name = 'Test Collection Link in home project'
         collection = self.run_and_find_collection("Test named collection in home project",
-                                      ['--name', link_name])
+                                      ['--portable-data-hash', '--name', link_name])
         self.assertEqual(link_name, collection['name'])
         my_user_uuid = self.current_user()['uuid']
         self.assertEqual(my_user_uuid, collection['owner_uuid'])
@@ -602,7 +602,8 @@ class ArvPutIntegrationTest(run_test_server.TestCaseWithServers,
     def test_put_collection_with_named_project_link(self):
         link_name = 'Test auto Collection Link'
         collection = self.run_and_find_collection("Test named collection",
-                                      ['--name', link_name,
+                                      ['--portable-data-hash',
+                                       '--name', link_name,
                                        '--project-uuid', self.PROJECT_UUID])
         self.assertEqual(link_name, collection['name'])
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list