Author: jhm
Date: Wed Sep 12 02:14:54 2007
New Revision: 574857
URL:
http://svn.apache.org/viewvc?rev=574857&view=rev
Log:
typo
Modified:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/An
tUnit.java
Modified:
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/An
tUnit.java
URL: http://svn.apache.or
g/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/a
ntunit/AntUnit.java?rev=574857&r1=574856&r2=574857&a
mp;view=diff
============================================================
==================
---
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/An
tUnit.java (original)
+++
ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/An
tUnit.java Wed Sep 12 02:14:54 2007
 -239,7
+239,7 
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);
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe ant.apache.org
For additional commands, e-mail: dev-help ant.apache.org
|