Skip to content

Commit ad652e4

Browse files
committed
Updated example output file; fixed issue kyrus#7
1 parent cd28d49 commit ad652e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit_xml/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
Based on the following understanding of what Jenkins can parse for JUnit XML files.
88
99
<?xml version="1.0" encoding="utf-8"?>
10-
<testsuites errors="1" failures="1" tests="3" time="45">
10+
<testsuites errors="1" failures="1" tests="4" time="45">
1111
<testsuite errors="1" failures="1" hostname="localhost" id="0" name="base_test_1"
12-
package="testdb" tests="3" timestamp="2012-11-15T01:02:29">
12+
package="testdb" tests="4" timestamp="2012-11-15T01:02:29">
1313
<properties>
1414
<property name="assert-passed" value="1"/>
1515
</properties>

0 commit comments

Comments
 (0)