Skip to content

Commit 311f8cb

Browse files
committed
Fix Core tests for new stats output
1 parent 2baab72 commit 311f8cb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

atest/robot/core/suite_setup_and_teardown.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Resource atest_resource.robot
33

44
*** Variables ***
5-
${1 PASS MSG} 1 test total, 1 passed, 0 failed
6-
${1 FAIL MSG} 1 test total, 0 passed, 1 failed
7-
${2 FAIL MSG} 2 tests total, 0 passed, 2 failed
8-
${4 FAIL MSG} 4 tests total, 0 passed, 4 failed
9-
${5 FAIL MSG} 5 tests total, 0 passed, 5 failed
10-
${12 FAIL MSG} 12 tests total, 0 passed, 12 failed
5+
${1 PASS MSG} 1 test, 1 passed, 0 failed
6+
${1 FAIL MSG} 1 test, 0 passed, 1 failed
7+
${2 FAIL MSG} 2 tests, 0 passed, 2 failed
8+
${4 FAIL MSG} 4 tests, 0 passed, 4 failed
9+
${5 FAIL MSG} 5 tests, 0 passed, 5 failed
10+
${12 FAIL MSG} 12 tests, 0 passed, 12 failed
1111
${ALSO} \n\nAlso teardown of the parent suite failed.
1212
${EXECUTED FILE} %{TEMPDIR}/robot-suite-teardown-executed.txt
1313

atest/robot/core/test_suite_dir.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Suite Setup Run Tests ${EMPTY} core/test_suite_dir
33
Resource atest_resource.robot
44

55
*** Variables ***
6-
${1_test_msg} 1 test total, 1 passed, 0 failed
7-
${2_test_msg} 2 tests total, 2 passed, 0 failed
8-
${3_test_msg} 3 tests total, 3 passed, 0 failed
6+
${1_test_msg} 1 test, 1 passed, 0 failed
7+
${2_test_msg} 2 tests, 2 passed, 0 failed
8+
${3_test_msg} 3 tests, 3 passed, 0 failed
99

1010
*** Test Cases ***
1111
Main Suite Executed

0 commit comments

Comments
 (0)