Revision: 2996
Author: jprantan
Date: Thu Apr 15 05:29:26 2010
Log: Changed to return valid repr
http://code.google.com/p/robotframework/source/detail?r=2996
Modified:
/trunk/atest/testresources/testlibs/UnicodeLibrary.py
=======================================
--- /trunk/atest/testresources/testlibs/UnicodeLibrary.py Wed Apr 14
02:42:18 2010
+++ /trunk/atest/testresources/testlibs/UnicodeLibrary.py Thu Apr 15
05:29:26 2010
@@ -29,5 +29,4 @@
return self.message
def __repr__(self):
- #Should use repr here but this is valid for testing purposes
- return self.message
+ return repr(self.message)
--
To unsubscribe, reply using "remove me" as the subject.