[svn r57595] i've heart somewhere that running tests before checking in is a good idea (aka bah!)
--HG-- branch : trunk
This commit is contained in:
parent
354feff9a6
commit
861ff88484
|
@ -213,7 +213,7 @@ class TestSessionAndOptions:
|
||||||
trace(A())
|
trace(A())
|
||||||
p = tracedir.join("trace1.log")
|
p = tracedir.join("trace1.log")
|
||||||
lines = p.readlines(cr=0)
|
lines = p.readlines(cr=0)
|
||||||
assert lines[0] == "hello world"
|
assert lines[0].endswith("hello world")
|
||||||
assert lines[1].find("A") != -1
|
assert lines[1].find("A") != -1
|
||||||
trace.close()
|
trace.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue