}
// A test for resolved names that depend on where the tests are run.
private void execTestMatch(String u, String base, String resultPattern)
{
IRIResolver resolver = new IRIResolver(base) ;
String res = resolver.resolve(u) ;
if (resultPattern == null )
{
assertNull("("+u+","+base+") => <null> :: Got: "+res, res) ;
return ;