dion 02/05/14 20:48:41
Modified: src/test/org/apache/maven/j2ee ValidationEventTest.java
Log:
Fixed javadoc for event variable
Revision Changes Path
1.3 +2 -11
jakarta-turbine-maven/src/test/org/apache/maven/j2ee/ValidationEventTest.java
Index: ValidationEventTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/test/org/apache/maven/j2ee/ValidationEventTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValidationEventTest.java 15 May 2002 02:06:45 -0000 1.2
+++ ValidationEventTest.java 15 May 2002 03:48:41 -0000 1.3
@@ -60,11 +60,11 @@
* Unit test for <code>ValidationEvent</code>.
*
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: ValidationEventTest.java,v 1.2 2002/05/15 02:06:45 dion Exp $
+ * @version $Id: ValidationEventTest.java,v 1.3 2002/05/15 03:48:41 dion Exp $
*/
public class ValidationEventTest extends TestCase
{
-
+ /** instance to be used for testing */
private ValidationEvent event;
/**
* Creates a new instance of ValidationEventTest
@@ -73,15 +73,6 @@
public ValidationEventTest(String testName)
{
super(testName);
- }
-
- /**
- * Initialize per test data
- * @throws Exception when there is an unexpected problem
- */
- public void setUp() throws Exception
- {
- // nothing yet
}
/** Tests for the constructor, and as a by product, all get methods
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>