Skip to content

Commit 946c982

Browse files
author
rcartwright
committed
The test method testCorrectFilesAfterIncorrectChanges_NOJOIN in GlobalModelJUnitTest has consistently
been failing on Mac OSX 10.4. The problem was that _isJUnitTest in JUnitTestManager was failing on a TestCase class called "Test". The isAssignableFrom method in Class returned no when asked if Test (parent) is assignable from Test (descendant). The duplicate naming in this test seemed a potential source of buggy behavior (in isAssignableFrom) so I renamed the class DJTest and the test started consistly succeeding. I also cleaned up some text formatting. The following files were changed: M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java M src/edu/rice/cs/drjava/model/GlobalModelJUnitTest.java git-svn-id: file:///tmp/test-svn/trunk@5456 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 1c6afe5 commit 946c982

2 files changed

Lines changed: 98 additions & 104 deletions

File tree

0 commit comments

Comments
 (0)