--- a/junit/test/unit/src/org/netbeans/modules/junit/ClassNameTextFieldTest.java Sat Jul 26 01:34:15 2008 +0530 +++ a/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",