Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt')
-rw-r--r--examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt b/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt
index 00d66345..e5ff58ee 100644
--- a/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt
+++ b/examples/executable_dll_and_plugin/test_output/executable_dll_and_plugin_junit.txt
@@ -4,15 +4,8 @@ I am a test from the implementation!
I am a test from the implementation_2!
I am a test from the executable!
<testsuites>
- <testsuite name="executable_dll_and_plugin" errors="1" failures="2" tests="4">
- <testcase classname="dll.cpp" name="dll" status="run">
- <failure message="0.1" type="CHECK">
-dll.cpp(0):
-CHECK( doctest::IsNaN&lt;long double>(0.1L) ) is NOT correct!
- values: CHECK( 0.1 )
-
- </failure>
- </testcase>
+ <testsuite name="executable_dll_and_plugin" errors="1" failures="1" tests="3">
+ <testcase classname="dll.cpp" name="dll" status="run"/>
<testcase classname="implementation.cpp" name="implementation" status="run"/>
<testcase classname="implementation_2.cpp" name="implementation_2" status="run"/>
<testcase classname="main.cpp" name="executable" status="run">