Skip to content

Commit 6065566

Browse files
author
Aaron Roller
committed
test: added test to validate singular success AM-415/rostests
1 parent 5edb410 commit 6065566

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -e
66

77
test/one.sh test/success_fixture.xml 0
88
test/one.sh test/failure_fixture.xml 1
9+
test/one.sh test/singular_testsuite_success_fixture.xml 0
910
test/one.sh test/singular_testsuite_failure_fixture.xml 1
1011
test/one.sh test/error_fixture.xml 1
1112

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<testsuite errors="0" failures="0" name="unittest.suite.TestSuite" tests="1" time="0.114"><testcase classname="rostest.runner.RosTest" name="testsuper_status" time="0.1142">
2+
</testsuite>

0 commit comments

Comments
 (0)