Skip to content

Commit

Permalink
Fix command line tests to expect scientific notation
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Sep 15, 2015
1 parent d4b5f73 commit a581707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bandage_command_line_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ test_all "$bandagepath --minpatcov" 1 "" "Bandage error: --minpatcov must be fol
test_all "$bandagepath --minhitcov" 1 "" "Bandage error: --minhitcov must be followed by a number"
test_all "$bandagepath --minmeanid" 1 "" "Bandage error: --minmeanid must be followed by a number"
test_all "$bandagepath --maxlendis" 1 "" "Bandage error: --maxlendis must be followed by a number"
test_all "$bandagepath --maxevprod" 1 "" "Bandage error: --maxevprod must be followed by an integer"
test_all "$bandagepath --maxevprod" 1 "" "Bandage error: --maxevprod must be followed by a number in scientific notation"



Expand Down

0 comments on commit a581707

Please sign in to comment.