leosutic 2004/06/12 11:18:39
Modified: validator/src/test/org/apache/commons/validator
EmailTest.java
Log:
Minor changes to JavaDocs.
Revision Changes Path
1.27 +11 -10
jakarta-commons/validator/src/test/org/apache/commons/validator/EmailTest.java
Index: EmailTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/validator/src/test/org/apache/commons/validator/EmailTest.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- EmailTest.java 8 Jun 2004 14:48:35 -0000 1.26
+++ EmailTest.java 12 Jun 2004 18:18:38 -0000 1.27
@@ -151,8 +151,8 @@
}
/**
- * <p>Tests the e-mail validation with a dot at the end of
- * the address.</p>
+ * Tests the e-mail validation with a dot at the end of
+ * the address.
*/
public void testEmailWithDotEnd() throws ValidatorException {
// Create bean to run test on.
@@ -164,8 +164,8 @@
}
/**
- * <p>Tests the e-mail validation with an RCS-noncompliant character in
- * the address.</p>
+ * Tests the e-mail validation with an RCS-noncompliant character in
+ * the address.
*/
public void testEmailWithBogusCharacter() throws ValidatorException {
// Create bean to run test on.
@@ -199,10 +199,11 @@
/**
* Write this test according to parts of RFC, as opposed to the type of
character
* that is being tested.
- * @throws ValidatorException
- *
- * FIXME This test fails so disable it with a leading _ for 1.1.2 release.
+ *
+ * <p><b>FIXME</b>: This test fails so disable it with a leading _ for 1.1.2
release.
* The real solution is to fix the email parsing.
+ *
+ * @throws ValidatorException
*/
public void _testEmailUserName() throws ValidatorException {
ValueBean info = new ValueBean();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]