[ARVADOS-WORKBENCH2] updated: 1.1.4-616-g5248125
Git user
git at public.curoverse.com
Tue Aug 14 08:18:52 EDT 2018
Summary of changes:
.../collection-manifest-mapper.test.ts | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
via 52481255ee28ad3e4e69cbdb8a03cbf63546a0ce (commit)
from 8500bc0465a1bea55bb6dee5c6b0740cf5dfba8e (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 52481255ee28ad3e4e69cbdb8a03cbf63546a0ce
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Tue Aug 14 14:18:33 2018 +0200
Update tests
Feature #13990
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/services/collection-files-service/collection-manifest-mapper.test.ts b/src/services/collection-files-service/collection-manifest-mapper.test.ts
index f08ea7b..698a6bb 100644
--- a/src/services/collection-files-service/collection-manifest-mapper.test.ts
+++ b/src/services/collection-files-service/collection-manifest-mapper.test.ts
@@ -14,25 +14,29 @@ test('mapManifestToFiles', () => {
id: '/a',
name: 'a',
size: 0,
- type: 'file'
+ type: 'file',
+ url: ''
}, {
path: '',
id: '/b',
name: 'b',
size: 0,
- type: 'file'
+ type: 'file',
+ url: ''
}, {
path: '',
id: '/output.txt',
name: 'output.txt',
size: 33,
- type: 'file'
+ type: 'file',
+ url: ''
}, {
path: '/c',
id: '/c/d',
name: 'd',
size: 0,
- type: 'file'
+ type: 'file',
+ url: ''
},]);
});
@@ -44,17 +48,20 @@ test('mapManifestToDirectories', () => {
path: "",
id: '/c',
name: 'c',
- type: 'directory'
+ type: 'directory',
+ url: ''
}, {
path: '/c',
id: '/c/user',
name: 'user',
- type: 'directory'
+ type: 'directory',
+ url: ''
}, {
path: '/c/user',
id: '/c/user/results',
name: 'results',
- type: 'directory'
+ type: 'directory',
+ url: ''
},]);
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list