aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-09-09 16:20:09 +0300
committerMichael Dominic K <mdk@codethink.co.uk>2009-09-09 22:33:05 +0200
commit0ace8bc9a171f2d2fa780ed72be33c25ae1f8e14 (patch)
tree1f1d0a2bd3311c603dd8c2ad263451889f817ef3
parentbb3ec022b56ac839cdc5de5e6f4b2481ef8987bb (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