Skip to content

Commit 2baab72

Browse files
committed
Fix CLI tests for new stats output
1 parent d0a53f2 commit 2baab72

8 files changed

+9
-9
lines changed

atest/robot/cli/console/console_resource.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ${SEP_CHAR1} =
77
${SEP_CHAR2} -
88
${SEP_LINE1} ${SEP_CHAR1 * 78}
99
${SEP_LINE2} ${SEP_CHAR2 * 78}
10-
${MSG_211} 2 tests total, 1 passed, 1 failed
11-
${MSG_110} 1 test total, 1 passed, 0 failed
10+
${MSG_211} 2 tests, 1 passed, 1 failed
11+
${MSG_110} 1 test, 1 passed, 0 failed
1212

1313
*** Keywords ***
1414
Create Status Line

atest/robot/cli/console/expected_output/dotted_exitonfailure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Expected
88
Run suite 'Suites' with 11 tests in *.
99

1010
FAILED
11-
11 tests total, 0 passed, 11 failed
11+
11 tests, 0 passed, 11 failed
1212

1313
Output: *.xml

atest/robot/cli/console/expected_output/dotted_exitonfailure_empty_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Test case name cannot be empty.
88
Run suite 'Empty Testcase And Uk' with 9 tests in *.
99

1010
FAILED
11-
9 tests total, 0 passed, 9 failed
11+
9 tests, 0 passed, 9 failed
1212

1313
Output: *.xml

atest/robot/cli/console/expected_output/dotted_fatal_error.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ FatalCatastrophyException
88
Run suite 'Fatal Exception' with 6 tests in *.
99

1010
FAILED
11-
6 tests total, 0 passed, 6 failed
11+
6 tests, 0 passed, 6 failed
1212

1313
Output: *.xml

atest/robot/cli/console/expected_output/warnings_and_errors_stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Warning in test case :: Duplicate name causes warning | PASS |
88
Error in test case | PASS |
99
------------------------------------------------------------------------------
1010
Warnings And Errors | PASS |
11-
3 tests total, 3 passed, 0 failed
11+
3 tests, 3 passed, 0 failed
1212
==============================================================================
1313
Output: *

atest/robot/cli/console/expected_output/warnings_and_errors_stdout_dotted.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Running suite 'Warnings And Errors' with 3 tests.
55
Run suite 'Warnings And Errors' with 3 tests in *.
66

77
PASSED
8-
3 tests total, 3 passed, 0 failed
8+
3 tests, 3 passed, 0 failed
99

1010
Output: *

atest/robot/cli/console/expected_output/warnings_and_errors_stdout_dotted_10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Expected
1313
Run suite 'Suites & Suites' with 22 tests in *
1414

1515
FAILED
16-
22 tests total, 20 passed, 2 failed
16+
22 tests, 20 passed, 2 failed
1717

1818
Output: *

atest/robot/cli/runner/debugfile.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Invalid Debugfile
6666
Create Directory %{TEMPDIR}/debug.txt
6767
Run Tests Without Processing Output --outputdir ${CLI OUTDIR} -b %{TEMPDIR}/debug.txt ${TESTFILE}
6868
Stderr Should Match Regexp \\[ ERROR \\] Opening debug file '.*debug.txt' failed: .*
69-
Stdout Should Contain 2 tests total, 2 passed, 0 failed
69+
Stdout Should Contain 2 tests, 2 passed, 0 failed
7070

7171
*** Keywords ***
7272
Debugfile should contain

0 commit comments

Comments
 (0)