Skip to content

Commit fcec11b

Browse files
committed
deps: update xmlbuilder
1 parent 0936e6b commit fcec11b

File tree

5 files changed

+13
-29
lines changed

5 files changed

+13
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"which": "^2.0.1",
5858
"winston": "^3.2.1",
5959
"xml-sanitizer": "^1.1.6",
60-
"xmlbuilder": "^13.0.2",
60+
"xmlbuilder": "^15.0.0",
6161
"yargs": "^15.1.0",
6262
"yarn": "^1.19.1"
6363
},

test/fixtures/parsed-junit.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"name": "iPass-v4.2.2",
1010
"time": "0.05"
1111
},
12-
"system-out": ["\n \n "]
12+
"system-out": [""]
1313
},
1414
{
1515
"$": {
1616
"name": "iFlakyFail-v3.3.3",
1717
"time": "0.05"
1818
},
19-
"system-out": ["\n Thanks for testing!\n "],
19+
"system-out": [" Thanks for testing!"],
2020
"skipped": [""],
2121
"failure": [
2222
{
@@ -32,7 +32,7 @@
3232
"name": "iFail-v3.0.1",
3333
"time": "0.05"
3434
},
35-
"system-out": ["\n Thanks for testing!\n "],
35+
"system-out": [" Thanks for testing!"],
3636
"failure": [
3737
{
3838
"_": "[object Object] ",
@@ -47,7 +47,7 @@
4747
"name": "iSkipped",
4848
"time": "NaN"
4949
},
50-
"system-out": ["\n \n "],
50+
"system-out": [""],
5151
"skipped": [""]
5252
}
5353
]
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
<testsuite name="citgm">
22
<testcase name="iPass-v4.2.2" time="0.05">
3-
<system-out>
4-
<![CDATA[]]>
5-
</system-out>
3+
<system-out/>
64
</testcase>
75
<testcase name="iFlakyFail-v3.3.3" time="0.05">
8-
<system-out>
9-
<![CDATA[ Thanks for testing!]]>
10-
</system-out>
6+
<system-out><![CDATA[ Thanks for testing!]]></system-out>
117
<skipped/>
128
<failure message="module test suite failed">[object Object] </failure>
139
</testcase>
1410
<testcase name="iFail-v3.0.1" time="0.05">
15-
<system-out>
16-
<![CDATA[ Thanks for testing!]]>
17-
</system-out>
11+
<system-out><![CDATA[ Thanks for testing!]]></system-out>
1812
<failure message="module test suite failed">[object Object] </failure>
1913
</testcase>
2014
<testcase name="iSkipped" time="NaN">
21-
<system-out>
22-
<![CDATA[]]>
23-
</system-out>
15+
<system-out/>
2416
<skipped/>
2517
</testcase>
2618
</testsuite>
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
This is a test!
22
<testsuite name="citgm">
33
<testcase name="iPass-v4.2.2" time="0.05">
4-
<system-out>
5-
<![CDATA[]]>
6-
</system-out>
4+
<system-out/>
75
</testcase>
86
<testcase name="iFlakyPass-v3.0.1" time="0.05">
9-
<system-out>
10-
<![CDATA[ Thanks for testing!]]>
11-
</system-out>
7+
<system-out><![CDATA[ Thanks for testing!]]></system-out>
128
</testcase>
139
</testsuite>
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<testsuite name="citgm">
22
<testcase name="iPass-v4.2.2" time="0.05">
3-
<system-out>
4-
<![CDATA[]]>
5-
</system-out>
3+
<system-out/>
64
</testcase>
75
<testcase name="iFlakyPass-v3.0.1" time="0.05">
8-
<system-out>
9-
<![CDATA[ Thanks for testing!]]>
10-
</system-out>
6+
<system-out><![CDATA[ Thanks for testing!]]></system-out>
117
</testcase>
128
</testsuite>

0 commit comments

Comments
 (0)