Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9
-
None
-
None
Description
Most of the tests still use the JUnit3 style, however a large proportion have been converted to use the JUnit4 style with @Test annotations.
It's a bit confusing to have the two styles intermingled.
There is an AbstractTestCase which has a lot of sub-classes.
Two its sub-classes also use suite():
- LongPathTest
- ArchiveReadTests
These tests are likely to be the trickiest to convert.