2 new revisions:

Revision: 1d61e12ed3ac
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Fri May 31 00:21:28 2013
Log:      removed append
http://code.google.com/p/robotframework/source/detail?r=1d61e12ed3ac

Revision: c60482d4eb29
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Fri May 31 00:21:32 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=c60482d4eb29

==============================================================================
Revision: 1d61e12ed3ac
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Fri May 31 00:21:28 2013
Log:      removed append
http://code.google.com/p/robotframework/source/detail?r=1d61e12ed3ac

Modified:
 /atest/robot/cli/nolog/nolog.py

=======================================
--- /atest/robot/cli/nolog/nolog.py     Fri May 31 00:05:13 2013
+++ /atest/robot/cli/nolog/nolog.py     Fri May 31 00:21:28 2013
@@ -6,7 +6,6 @@
         content1 = f1.readlines()
         with open(file2) as f2:
             content2 = f2.readlines()
-            content2.append("sffdfdsdf")
             for l1,l2 in zip(content1, content2):
                 if 'generatedTimestamp' in l1:
                     continue

==============================================================================
Revision: c60482d4eb29
Branch:   default
Author:   Mika Hänninen <[email protected]>
Date:     Fri May 31 00:21:32 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=c60482d4eb29


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to