Skip to content

Commit 09ab51f

Browse files
committed
fixing -[JUnitReporterTests testTestResults]
@gresrun changed the name used in the <testsuites ...> tag.
1 parent 0fb7454 commit 09ab51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xctool/xctool-tests/JUnitReporterTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ - (void)testTestResults {
3636
timeRegex = nil;
3737
STAssertEqualObjects(@"\
3838
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
39-
<testsuites name=\"TestProject-LibraryTests.octest\" tests=\"7\" failures=\"1\" errors=\"0\" time=\"\">\n\
39+
<testsuites name=\"AllTestUnits\" tests=\"7\" failures=\"1\" errors=\"0\" time=\"\">\n\
4040
\t<testsuite name=\"OtherTests\" tests=\"1\" failures=\"0\" errors=\"0\" time=\"\" timestamp=\"\">\n\
4141
\t\t<testcase classname=\"OtherTests\" name=\"testSomething\" time=\"\">\n\
4242
\t\t</testcase>\n\

0 commit comments

Comments
 (0)