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:
authoronqtam <vik.kirilov@gmail.com>2019-03-25 22:13:15 +0300
committeronqtam <vik.kirilov@gmail.com>2019-05-06 11:44:36 +0300
commit83a7844a2aaa1fbe432723497e43b310142f1f83 (patch)
treed82659e029d0b8056815df20cd79e400aa4667c3 /examples/all_features/test_output/alternative_macros.cpp_xml.txt
parentb22d878870de913dc15c46b3f2c35ee90d7689b2 (diff)
fixed a bug in the output when writing to stdout from within a test case would break the XML
Diffstat (limited to 'examples/all_features/test_output/alternative_macros.cpp_xml.txt')
-rw-r--r--examples/all_features/test_output/alternative_macros.cpp_xml.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/all_features/test_output/alternative_macros.cpp_xml.txt b/examples/all_features/test_output/alternative_macros.cpp_xml.txt
index dbfb72af..9aab6929 100644
--- a/examples/all_features/test_output/alternative_macros.cpp_xml.txt
+++ b/examples/all_features/test_output/alternative_macros.cpp_xml.txt
@@ -4,10 +4,12 @@
<TestSuite>
<TestCase name="custom macros" filename="alternative_macros.cpp" line="0">
<SubCase name="bar" filename="alternative_macros.cpp" line="0">
- <SubCase name="foo" filename="alternative_macros.cpp" line="0"/>
+ <SubCase name="foo" filename="alternative_macros.cpp" line="0">
+ </SubCase>
</SubCase>
<SubCase name="bar" filename="alternative_macros.cpp" line="0">
- <SubCase name="baz" filename="alternative_macros.cpp" line="0"/>
+ <SubCase name="baz" filename="alternative_macros.cpp" line="0">
+ </SubCase>
</SubCase>
<OverallResultsAsserts successes="6" failures="0"/>
</TestCase>