Community
Participate
Working Groups
RC1 I was trying to enable access to the class TestCase form the package juni.framework. I tried the pattern java/framework/TestCase but it didn't work. It took me quite a while until I figured out that I have to enter java/framework/TestCase.class here. Two observations: - why do I have to know file extensions here - will this break our story of transparently swapping binary and source. If I exchange bin version of JUnit with source do I have to change the access rule to TestCase.java then ?
*** This bug has been marked as a duplicate of 95349 ***