[liblouis-liblouisxml] [liblouis] r684 committed - runharnessV2.py: clean up error report format.

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 08 Jun 2012 15:57:32 +0000

Revision: 684
Author:   mesar.hameed@xxxxxxxxx
Date:     Fri Jun  8 08:57:18 2012
Log:      runharnessV2.py: clean up error report format.
http://code.google.com/p/liblouis/source/detail?r=684

Modified:
 /trunk/tests/runHarnessV2.py

=======================================
--- /trunk/tests/runHarnessV2.py        Fri Jun  8 08:48:08 2012
+++ /trunk/tests/runHarnessV2.py        Fri Jun  8 08:57:18 2012
@@ -72,7 +72,7 @@
         self.testmode = testmode

     def __str__(self):
-        return "%s: %s" % (self.harnessName, self.input)
+        return "%s" % self.harnessName

     def check_translate(self):
         if self.cursorPos is not None:
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r684 committed - runharnessV2.py: clean up error report format. - liblouis