git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@574857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jan Materne 2007-09-12 09:14:54 +00:00
parent 80e14894ff
commit 5f058a6a19
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ public class AntUnit extends Task {
v.add(SETUP);
}
v.add(name);
// create an register a logcapturer on the newProject
// create and register a logcapturer on the newProject
LogCapturer lc = new LogCapturer(newProject);
try {
fireStartTest(name);