2 new revisions:

Revision: 79753bda4066
Branch: default
Author: Tatu Kairi <[email protected]>
Date: Wed May 29 10:35:50 2013
Log: Enhanced tests to adhere coding conventions
http://code.google.com/p/robotframework/source/detail?r=79753bda4066

Revision: bee20a113562
Branch: default
Author: Tatu Kairi <[email protected]>
Date: Wed May 29 10:36:04 2013
Log: Automated merge with https://code.google.com/p/robotframework
http://code.google.com/p/robotframework/source/detail?r=bee20a113562

==============================================================================
Revision: 79753bda4066
Branch: default
Author: Tatu Kairi <[email protected]>
Date: Wed May 29 10:35:50 2013
Log: Enhanced tests to adhere coding conventions
http://code.google.com/p/robotframework/source/detail?r=79753bda4066

Modified:
 /atest/robot/running/pass_execution.txt
 /atest/testdata/running/pass_execution.txt

=======================================
--- /atest/robot/running/pass_execution.txt     Wed May 29 06:45:57 2013
+++ /atest/robot/running/pass_execution.txt     Wed May 29 10:35:50 2013
@@ -162,4 +162,4 @@

 With suite teardown should not modify tags
 Check Test Tags ${TESTNAME} force1 force2
- Should Be True '${SUITE.status}' == 'FAIL'
+ Should Be Equal ${SUITE.status} FAIL
=======================================
--- /atest/testdata/running/pass_execution.txt  Wed May 29 06:45:57 2013
+++ /atest/testdata/running/pass_execution.txt  Wed May 29 10:35:50 2013
@@ -92,7 +92,7 @@
 :FOR ${var} IN foo bar
 \ Run Keyword And Continue On Failure Fail failure
 \ Pass Execution message
- Should Be True '${var}' == 'foo'
+ Should Be Equal ${var} foo

 With continuable failure and test case teardown fails
 [Documentation] FAIL failure

==============================================================================
Revision: bee20a113562
Branch: default
Author: Tatu Kairi <[email protected]>
Date: Wed May 29 10:36:04 2013
Log: Automated merge with https://code.google.com/p/robotframework
http://code.google.com/p/robotframework/source/detail?r=bee20a113562



--

--- 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