From 8745b9595efceb74313fcfcf42d0825c2525d204 Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 26 Mar 2009 11:16:42 +0100 Subject: [PATCH] [svn r63345] better naming --HG-- branch : trunk --- py/test/plugin/pytest_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/plugin/pytest_terminal.py b/py/test/plugin/pytest_terminal.py index aedef4664..8e1a77f62 100644 --- a/py/test/plugin/pytest_terminal.py +++ b/py/test/plugin/pytest_terminal.py @@ -124,7 +124,7 @@ class TerminalReporter: self.write_line(msg) def pyevent_testnodeready(self, node): - self.write_line("%s node ready to receive tests" %(node.gateway.id,)) + self.write_line("%s txnode ready to receive tests" %(node.gateway.id,)) def pyevent_testnodedown(self, node, error): if error: