another import check
This commit is contained in:
parent
695cf143a0
commit
a0a11388c6
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue