Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.banca
Commits
5a3053e2
Commit
5a3053e2
authored
Mar 31, 2014
by
Laurent EL SHAFEY
Browse files
Fix unit test (
#2
)
parent
d6041c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/db/banca/test.py
View file @
5a3053e2
...
...
@@ -94,7 +94,7 @@ class BancaDatabaseTest(unittest.TestCase):
from
bob.db.script.dbmanage
import
main
self
.
assertEqual
(
main
(
'banca dumplist --self-test'
.
split
()),
0
)
self
.
assertEqual
(
main
(
'banca dumplist --protocol=P --class=client --group=dev --purpose=enrol --
client
=1008 --self-test'
.
split
()),
0
)
self
.
assertEqual
(
main
(
'banca dumplist --protocol=P --class=client --group=dev --purpose=enrol --
model-id
=1008 --self-test'
.
split
()),
0
)
self
.
assertEqual
(
main
(
'banca checkfiles --self-test'
.
split
()),
0
)
self
.
assertEqual
(
main
(
'banca reverse 05/1021_f_g2_s05_1026_en_3 --self-test'
.
split
()),
0
)
self
.
assertEqual
(
main
(
'banca path 2327 --self-test'
.
split
()),
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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