Skip to content

Commit

Permalink
adapting unittest output after revert #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 29, 2024
1 parent 4c91e93 commit 3200224
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions tests/complex/unit_tests/testmicrosim/output.complex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Running main() from ./googletest/src/gtest_main.cc
[==========] Running 8 tests from 4 test suites.
[==========] Running 7 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MSEventControl
[ RUN ] MSEventControl.test_method_execute
Expand All @@ -19,16 +19,11 @@ Running main() from ./googletest/src/gtest_main.cc

[----------] 2 tests from MSCFModel_IDMTest
[ RUN ] MSCFModel_IDMTest.test_method_brakeGap
[ OK ] MSCFModel_IDMTest.test_method_brakeGap (0 ms)
[ OK ] MSCFModel_IDMTest.test_method_brakeGap (2 ms)
[ RUN ] MSCFModel_IDMTest.test_method_getSecureGap
[ OK ] MSCFModel_IDMTest.test_method_getSecureGap (0 ms)
[----------] 2 tests from MSCFModel_IDMTest (0 ms total)

[----------] 1 test from MSRouteTest
[ RUN ] MSRouteTest.test_method_getDistanceBetween
[ OK ] MSRouteTest.test_method_getDistanceBetween (0 ms)
[----------] 1 test from MSRouteTest (0 ms total)
[----------] 2 tests from MSCFModel_IDMTest (2 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 4 test suites ran. (0 ms total)
[ PASSED ] 8 tests.
[==========] 7 tests from 3 test suites ran. (2 ms total)
[ PASSED ] 7 tests.

0 comments on commit 3200224

Please sign in to comment.