[ARVADOS] updated: ee0411ef10f4e1c9aa207b8aa9c92bc36cb629e6
git at public.curoverse.com
git at public.curoverse.com
Mon Apr 13 12:51:57 EDT 2015
Summary of changes:
sdk/python/tests/test_collections.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ee0411ef10f4e1c9aa207b8aa9c92bc36cb629e6 (commit)
from 679eef491b59a4c38a0b2914ff85e0a8c5059b2c (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 ee0411ef10f4e1c9aa207b8aa9c92bc36cb629e6
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Apr 13 12:51:53 2015 -0400
5692: Don't call _get_manifest_text from test if we don't need to.
diff --git a/sdk/python/tests/test_collections.py b/sdk/python/tests/test_collections.py
index 68ba8b7..d3198be 100644
--- a/sdk/python/tests/test_collections.py
+++ b/sdk/python/tests/test_collections.py
@@ -1097,7 +1097,7 @@ class CollectionCreateUpdateTest(run_test_server.TestCaseWithServers):
c.apply(diff)
- self.assertEqual(c._get_manifest_text(".", False, True), ". 7ac66c0f148de9519b8bd264312c4d64+7+A715fd31f8111894f717eb1003c1b0216799dd9ec at 54f5dd1a 0:7:count.txt\n")
+ self.assertEqual(c.manifest_text(), ". 7ac66c0f148de9519b8bd264312c4d64+7+A715fd31f8111894f717eb1003c1b0216799dd9ec at 54f5dd1a 0:7:count.txt\n")
def test_create_and_update(self):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list