コード例 #1
0
  /** Test of resolveURI method, of class org.xmlresolver.ResourceResolver. */
  @Ignore
  public void testResolveEntity() {
    String href = ".bibliography.xml";
    String base = "file:///home/nosuchuser/";

    Resource result = resolver.resolveEntity("bibliography", base + href, null);
    assertNotNull(result);
  }