# HG changeset patch # User Anuradha G # Date 1217018966 -19800 # Node ID 58b680348138aebbb5702f44c7635583a35e07c7 # Parent 443325726af13a38f4082bd8159bfd2333367d52 #update test for 141166 diff -r 443325726af1 -r 58b680348138 junit/test/unit/src/org/netbeans/modules/junit/ClassNameTextFieldTest.java --- a/junit/test/unit/src/org/netbeans/modules/junit/ClassNameTextFieldTest.java Sat Jul 26 01:34:15 2008 +0530 +++ b/junit/test/unit/src/org/netbeans/modules/junit/ClassNameTextFieldTest.java Sat Jul 26 02:19:26 2008 +0530 @@ -91,6 +91,8 @@ new StringIntPair("a2.b", ClassNameTextField.STATUS_VALID), new StringIntPair("A.b2", ClassNameTextField.STATUS_VALID), new StringIntPair("a.b2", ClassNameTextField.STATUS_VALID), + //test issue :141166 + new StringIntPair("Abs ", ClassNameTextField.STATUS_VALID), }; assertEquals( "check determined status if no text is passed", @@ -133,6 +135,8 @@ new StringIntPair("a2.b", ClassNameTextField.STATUS_VALID), new StringIntPair("A.b2", ClassNameTextField.STATUS_VALID), new StringIntPair("a.b2", ClassNameTextField.STATUS_VALID), + //test issue :141166 + new StringIntPair("Abs ", ClassNameTextField.STATUS_VALID), }; assertEquals( "check status if no parameter passed",