// try to resolve a xri without setting up global authority
//
try
{
String sXRI = "xri://@foo";
oResolver.resolveAuthToXRDS(new XRI(sXRI), new TrustType(), true);
assertTrue(
"Did not get expected PartialResolutionException", false);
}
catch (PartialResolutionException E)
{