Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2213f717 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- suppressed RDFParserException

parent 94788e4e
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ import javax.xml.parsers.ParserConfigurationException; ...@@ -36,7 +36,7 @@ import javax.xml.parsers.ParserConfigurationException;
import org.xml.sax.SAXException; import org.xml.sax.SAXException;
// JE: this one is too much // JE: this one is too much
import org.omwg.mediation.parser.rdf.RDFParserException; //import org.omwg.mediation.parser.rdf.RDFParserException;
import fr.inrialpes.exmo.align.impl.BasicOntologyNetwork; import fr.inrialpes.exmo.align.impl.BasicOntologyNetwork;
import fr.inrialpes.exmo.align.impl.URIAlignment; import fr.inrialpes.exmo.align.impl.URIAlignment;
...@@ -84,7 +84,8 @@ public class OntologyNetworkTest { ...@@ -84,7 +84,8 @@ public class OntologyNetworkTest {
} }
@Test(groups = { "full", "raw" }, dependsOnMethods = {"ontologyTest"}) @Test(groups = { "full", "raw" }, dependsOnMethods = {"ontologyTest"})
public void alignmentTest() throws ParserConfigurationException, SAXException, IOException, URISyntaxException, RDFParserException, AlignmentException { public void alignmentTest() throws ParserConfigurationException, SAXException, IOException, URISyntaxException, AlignmentException {
//, RDFParserException
assertEquals( noo.getAlignments().size(), 0 ); assertEquals( noo.getAlignments().size(), 0 );
assertEquals( noo.getOntologies().size(), 2); assertEquals( noo.getOntologies().size(), 2);
// addAlignment // addAlignment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment