aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-09-09 16:20:09 +0300
committerGergely Risko <gergely+context@risko.hu>2009-09-09 16:20:09 +0300
commite2eba1fd55240ffd91e81496098d348055a11725 (patch)
treec06622d9429c19a1259993018484cf60f6a9ec9e
parentfe041cde9731404077915101345de264929e66e6 (diff)
libcontextsubscriber/customer-tests: fix for the new logging framework.
-rwxr-xr-xlibcontextsubscriber/customer-tests/commander/commander_nonexistent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
index 08242d3d..461e5e6e 100755
--- a/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
+++ b/libcontextsubscriber/customer-tests/commander/commander_nonexistent.py
@@ -86,7 +86,7 @@ class CommanderNonExistent(unittest.TestCase):
def testCommanderFunctionality(self):
line = self.context_client.stderr.readline().rstrip()
- while not 'Provider error, bad type for test.int wanted: INT got: QString' in line:
+ while not 'Provider error, bad type for "test.int" wanted: "INT" got: QString' in line:
line = self.context_client.stderr.readline().rstrip()
# if we are here, then the type check worked