diff python/tests/utils.txt @ 516:bce1fe45d1b2

corrected bugs detected by tests (because of moving functions around modules
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 06 Jun 2014 14:14:01 -0400
parents abe0b2347d4c
children 9990ef119bce
line wrap: on
line diff
--- a/python/tests/utils.txt	Fri Jun 06 14:10:42 2014 -0400
+++ b/python/tests/utils.txt	Fri Jun 06 14:14:01 2014 -0400
@@ -20,9 +20,6 @@
 >>> inBetween(1,2,0)
 False
 
->>> f = openCheck('non_existant_file.txt')
-File non_existant_file.txt could not be opened.
-
 >>> removeExtension('test-adfasdf.asdfa.txt')
 'test-adfasdf.asdfa'
 >>> removeExtension('test-adfasdf')