[ARVADOS] updated: 1.3.0-432-gf0da96cda
Git user
git at public.curoverse.com
Wed Mar 6 16:17:26 EST 2019
Summary of changes:
services/fuse/tests/test_mount.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via f0da96cda9cb6d3fb4d6cedeb93ab0fc43ae77a4 (commit)
from a822d4b790c0b7cec3ec22dc4c7d638f763ec665 (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 f0da96cda9cb6d3fb4d6cedeb93ab0fc43ae77a4
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Wed Mar 6 16:16:59 2019 -0500
14870: Oops need to fix edge case assertion, too
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index 2b3dd2e41..d25ab714d 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -99,9 +99,9 @@ class FuseMountTest(MountTestBase):
self.assertDirContents('dir2', ['thing5.txt', 'thing6.txt', 'dir3'])
self.assertDirContents('dir2/dir3', ['thing7.txt', 'thing8.txt'])
self.assertDirContents('edgecases',
- "dirs/:/.../-/*/\x01\\/ ".split("/"))
+ "dirs/:/.../-/*/ ".split("/"))
self.assertDirContents('edgecases/dirs',
- ":/.../-/*/\x01\\/ ".split("/"))
+ ":/.../-/*/ ".split("/"))
files = {'thing1.txt': 'data 1',
'thing2.txt': 'data 2',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list