This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
copy-paste error
reverts a small part of
845c2c5
master
Stefan Bodewig
7 years ago
parent
c0acd0f891
commit
54dc5f3539
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java
+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java
View File
@@ -195,7 +195,7 @@ public class SummaryJUnitResultFormatter
}
if (systemError != null && !systemError.isEmpty()) {
sb.append(String.format("
Output:
%n%s%n", systemError));
sb.append(String.format("
Error:
%n%s%n", systemError));
}
}
Write
Preview
Loading…
Cancel
Save