2 new revisions:

Revision: d1d13c8755da
Author:   Pekka Klärck
Date:     Tue Jan 17 06:17:21 2012
Log:      split row to hopefully see where test fails on ci
http://code.google.com/p/robotframework/source/detail?r=d1d13c8755da

Revision: 5d787fa87e48
Author:   Pekka Klärck
Date:     Tue Jan 17 06:17:30 2012
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=5d787fa87e48

==============================================================================
Revision: d1d13c8755da
Author:   Pekka Klärck
Date:     Tue Jan 17 06:17:21 2012
Log:      split row to hopefully see where test fails on ci
http://code.google.com/p/robotframework/source/detail?r=d1d13c8755da

Modified:
 /utest/utils/test_htmlwriter.py

=======================================
--- /utest/utils/test_htmlwriter.py     Tue Jan 17 05:44:54 2012
+++ /utest/utils/test_htmlwriter.py     Tue Jan 17 06:17:21 2012
@@ -122,7 +122,8 @@
self._verify(u'<p name="hyv\xe4\xe4">y\xf6<i>t\xe4</i></p>'.encode(encoding))

     def _verify(self, expected):
- assert_equals(self.output.getvalue(), expected.replace('\n', os.linesep))
+        actual = self.output.getvalue()
+        assert_equals(actual, expected.replace('\n', os.linesep))


 if __name__ == '__main__':

==============================================================================
Revision: 5d787fa87e48
Author:   Pekka Klärck
Date:     Tue Jan 17 06:17:30 2012
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=5d787fa87e48


Reply via email to