Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
39750378
Commit
39750378
authored
Jun 09, 2017
by
Maria Arsuaga Rios
Browse files
FTS-795
:Update both checksum for test_multiple
parent
0f6c83ef
Pipeline
#140959
passed with stage
in 9 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/tests/functional/test_multiple.py
View file @
39750378
...
...
@@ -265,7 +265,7 @@ class TestMultiple(TestController):
self
.
assertEqual
(
len
(
db_job
.
files
),
2
)
self
.
assertEqual
(
db_job
.
verify_checksum
,
True
)
self
.
assertEqual
(
db_job
.
verify_checksum
,
'b'
)
self
.
assertEqual
(
db_job
.
files
[
0
].
file_index
,
0
)
self
.
assertEqual
(
db_job
.
files
[
0
].
source_surl
,
'srm://source.es:8446/file'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment