On 8/8/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:
The only issue I see is that the tests are not run. I think that's because all the tests in CacheTests.java are static... Does the JUnit TestSuite run the static tests?
It's because the tests are in CacheTests.java, need to rename them to CacheTest.java to get matched by the appropriate pattern. Will do so momentarily. -garrett
