[ARVADOS] updated: 1.1.2-153-g0623727

Git user git at public.curoverse.com
Wed Jan 31 11:27:13 EST 2018


Summary of changes:
 sdk/cwl/tests/test_make_output.py | 2 ++
 1 file changed, 2 insertions(+)

       via  06237272c9c8b3bfefe00308b2749c8df823ebdf (commit)
      from  c5795cc6f73d5affc55a332fcddc37fa56636f9a (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 06237272c9c8b3bfefe00308b2749c8df823ebdf
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Jan 31 11:26:53 2018 -0500

    Fix sdk/cwl unit test refs #12934
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/tests/test_make_output.py b/sdk/cwl/tests/test_make_output.py
index 05c9ee7..806d63a 100644
--- a/sdk/cwl/tests/test_make_output.py
+++ b/sdk/cwl/tests/test_make_output.py
@@ -59,11 +59,13 @@ class TestMakeOutput(unittest.TestCase):
         final.save_new.assert_has_calls([mock.call(ensure_unique_name=True, name='Test output', owner_uuid='zzzzz-j7d0g-zzzzzzzzzzzzzzz')])
         self.assertEqual("""{
     "bar": {
+        "basename": "baz.txt",
         "class": "File",
         "location": "baz.txt",
         "size": 4
     },
     "foo": {
+        "basename": "foo.txt",
         "class": "File",
         "location": "foo.txt",
         "size": 3

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list