From 861ff884847f74422e50014759531e471eb0850d Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 22 Aug 2008 23:15:56 +0200 Subject: [PATCH] [svn r57595] i've heart somewhere that running tests before checking in is a good idea (aka bah!) --HG-- branch : trunk --- py/test/testing/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/testing/test_config.py b/py/test/testing/test_config.py index 6169bf8eb..12771811f 100644 --- a/py/test/testing/test_config.py +++ b/py/test/testing/test_config.py @@ -213,7 +213,7 @@ class TestSessionAndOptions: trace(A()) p = tracedir.join("trace1.log") lines = p.readlines(cr=0) - assert lines[0] == "hello world" + assert lines[0].endswith("hello world") assert lines[1].find("A") != -1 trace.close()