Revision: 128c72a7cac3
Author:   Janne Härkönen <[email protected]>
Date:     Tue Nov 29 23:31:18 2011
Log:      atest: fixed test
http://code.google.com/p/robotframework/source/detail?r=128c72a7cac3

Modified:
 /atest/robot/parsing/data_formats/mixed.txt

=======================================
--- /atest/robot/parsing/data_formats/mixed.txt Mon Oct 31 23:00:37 2011
+++ /atest/robot/parsing/data_formats/mixed.txt Tue Nov 29 23:31:18 2011
@@ -87,7 +87,7 @@

 Verify Directory With Mixed Data Without ReST
     Should Be Equal  ${SUITE.name}  Mixed Data
-    Should Be True  ${SUITE.suites} == ['HTML', 'TSV', 'TXT']
+    Should Contain Suites  ${SUITE}    HTML  TSV  TXT
     Should Be Equal  ${SUITE.suites[0].doc}  Test suite in HTML file
     Should Be Equal  ${SUITE.suites[1].doc}  Test suite in TSV file
     Should Be Equal  ${SUITE.suites[2].doc}  Test suite in TXT file

Reply via email to