2 new revisions:

Revision: a517e387ea7a
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Thu May 30 05:38:13 2013
Log:      Parsing invalid input: Fixed tests
http://code.google.com/p/robotframework/source/detail?r=a517e387ea7a

Revision: 18d200fb3b22
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Thu May 30 05:38:19 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=18d200fb3b22

==============================================================================
Revision: a517e387ea7a
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Thu May 30 05:38:13 2013
Log:      Parsing invalid input: Fixed tests
http://code.google.com/p/robotframework/source/detail?r=a517e387ea7a

Modified:
 /atest/robot/parsing/invalid.txt

=======================================
--- /atest/robot/parsing/invalid.txt    Wed May  9 04:03:33 2012
+++ /atest/robot/parsing/invalid.txt    Thu May 30 05:38:13 2013
@@ -21,24 +21,21 @@

 Empty Directory
     Run Tests Without Processing Output  ${EMPTY}  ${NO TESTS}${/}empty
- Check Stderr Matches Regexp \\[ ERROR \\] Test suite '.*[/\\\\]empty' contains no test cases.${USAGE_TIP} + Check Stderr Contains [ ERROR ] Suite 'Empty' contains no tests.${USAGE_TIP}

 Directory Containing No Test Cases
     Run Tests Without Processing Output  ${EMPTY}  ${NO TESTS}
- Check Stderr Matches Regexp \\[ ERROR \\] Test suite '.*[/\\\\]notests' contains no test cases.${USAGE_TIP} + Check Stderr Contains [ ERROR ] Suite 'Notests' contains no tests.${USAGE_TIP}

 File Containing No Test Cases
     Run Tests Without Processing Output  ${EMPTY}  ${EMPTY TC TABLE}
- Check Stderr Matches Regexp \\[ ERROR \\] Test suite '.*[/\\\\]empty_testcase_table.txt' contains no test cases.${USAGE_TIP} + Check Stderr Contains [ ERROR ] Suite 'Empty Testcase Table' contains no tests.${USAGE_TIP}

 Multisource Containing No Test Cases
Run Tests Without Processing Output ${EMPTY} ${HTMLDIR}/empty.html ${TSVDIR}/empty.tsv
     ${html} =  Normalize Path  ${DATADIR}/${HTMLDIR}/empty.html
     ${tsv} =  Normalize Path  ${DATADIR}/${TSVDIR}/empty.tsv
-    Stderr Should Be Equal To  SEPARATOR=\n
-    ...  [ WARN ] Parsing '${html}' failed: ${EMPTY TC TABLE MSG}
-    ...  [ WARN ] Parsing '${tsv}' failed: ${EMPTY TC TABLE MSG}
- ... [ ERROR ] Data sources '${html}' and '${tsv}' contain no test cases.${USAGE_TIP}\n + Check Stderr Contains [ ERROR ] Parsing '${html}' failed: ${EMPTY TC TABLE MSG}

 Empty HTML File
Check Parsing Error empty.html ${EMPTY TC TABLE MSG} ${HTMLDIR}${/}empty.html

==============================================================================
Revision: 18d200fb3b22
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Thu May 30 05:38:19 2013
Log:      Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=18d200fb3b22


--

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