[classlib][swing][test] unit test fails: j.s.text.GapContent_GapVectorTest
--------------------------------------------------------------------------
Key: HARMONY-2161
URL: http://issues.apache.org/jira/browse/HARMONY-2161
Project: Harmony
Issue Type: Bug
Components: build - test - ci
Reporter: Alexey A. Ivanov
The stack trace of the failure:
javax.swing.text.GapContent_GapVectorTest
testInsertStringInvalid(javax.swing.text.GapContent_GapVectorTest)
junit.framework.AssertionFailedError: BadLocationException must be thrown
at javax.swing.text.GapContent_GapVectorTest.testInsertStringInvalid(GapContent_GapVectorTest.java:86)
This test case fails the same way when run on JRockit 1.5, however it passes when run against
JRockit 1.4.2. Since we are to be compatible with Java 5.0, this is a bug.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|