Revision: 8b3861779427
Branch:   default
Author:   Anssi Syrjäsalo
Date:     Tue May 28 06:37:14 2013
Log:      Fixed error messages in filter by names tests
http://code.google.com/p/robotframework/source/detail?r=8b3861779427

Modified:
 /atest/robot/core/filter_by_names.txt

=======================================
--- /atest/robot/core/filter_by_names.txt       Wed Jan  9 08:47:50 2013
+++ /atest/robot/core/filter_by_names.txt       Tue May 28 06:37:14 2013
@@ -24,15 +24,15 @@

 Non-Existing Test
     Run Failing Test
-    ...  Suite 'Many Tests' contains no test cases named 'notexists'.
+    ...  Suite 'Many Tests' contains no tests named 'notexists'.
     ...  --test notexists  ${TESTDATA_TEST}

 Non-Existing Test When Running Multiple Suites
     Run Failing Test
- ... Suite 'Many Tests & Suites' contains no test cases named 'notexists'.
+    ...  Suite 'Many Tests & Suites' contains no tests named 'notexists'.
     ...  --test notexists  ${TESTDATA_TEST}  ${TESTDATA_SUITES}
     Run Failing Test
-    ...  Suite 'My Name' contains no test cases named 'notexists'.
+    ...  Suite 'My Name' contains no tests named 'notexists'.
... --name My_Name --test notexists ${TESTDATA_TEST} ${TESTDATA_SUITES}

 Two Calls To Test With One Nonexisting Test Name
@@ -75,15 +75,15 @@

 Non-Existing Suite
     Run Failing Test
-    ...  Suite 'Suites' contains no test suites named 'notexists'.
+    ...  Suite 'Suites' contains no tests in suite 'notexists'.
     ...  --suite notexists  ${TESTDATA_SUITES}

 Non-Existing Suite When Running Multiple Suites
     Run Failing Test
- ... Suite 'Suites & Many Tests' contains no test suites named 'notexists'. + ... Suite 'Suites & Many Tests' contains no tests in suite 'notexists'.
     ...  --suite notexists  ${TESTDATA_SUITES}  ${TESTDATA_TEST}
     Run Failing Test
-    ...  Suite 'Custom' contains no test suites named 'xxx'.
+    ...  Suite 'Custom' contains no tests in suite 'xxx'.
     ...  --suite xxx -N Custom  ${TESTDATA_SUITES}  ${TESTDATA_TEST}

 Suite With Matching And NonMatching Args

--

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