another import check

This commit is contained in:
Oliver Burn 2005-08-03 11:44:32 +00:00
parent 695cf143a0
commit a0a11388c6
1 changed files with 5 additions and 0 deletions

View File

@ -52,4 +52,9 @@ public class PkgControlTest extends TestCase
assertEquals(AccessResult.DISALLOWED, pcRoot.checkAccess(
"org.hibernate.something", "com.kazgroup.courtlink"));
}
public void testUnknownPkg()
{
assertNull(pcRoot.locateFinest("net.another"));
}
}