Revision: 2457
Author: janne.t.harkonen
Date: Wed Feb 17 05:26:49 2010
Log: cleanup
http://code.google.com/p/robotframework/source/detail?r=2457
Modified:
/trunk/src/robot/output/listeners.py
=======================================
--- /trunk/src/robot/output/listeners.py Wed Feb 17 05:26:42 2010
+++ /trunk/src/robot/output/listeners.py Wed Feb 17 05:26:49 2010
@@ -112,7 +112,7 @@
def _create_msg_dict(self, msg):
return {'message': msg.message, 'level': msg.level,
'timestamp': msg.timestamp,
- 'html': msg.html and 'TRUE' or 'FALSE'}
+ 'html': msg.html and 'yes' or 'no'}
def output_file(self, name, path):
for li in self._listeners: