Mentions légales du service

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

- merge

parent 95739e12
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: OMWGTest.java 799 2008-08-28 22:07:58Z euzenat $ * $Id$
* *
* Copyright (C) INRIA, 2008-2009 * Copyright (C) INRIA, 2008-2009
* *
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
//package test.com.acme.dona.dep;
import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertNotNull;
import static org.testng.Assert.assertNull; import static org.testng.Assert.assertNull;
...@@ -43,8 +41,6 @@ import java.io.BufferedWriter; ...@@ -43,8 +41,6 @@ import java.io.BufferedWriter;
import java.io.OutputStreamWriter; import java.io.OutputStreamWriter;
import java.io.FileOutputStream; import java.io.FileOutputStream;
import org.xml.sax.SAXException;
/** /**
* These tests corresponds to the tests presented in the examples/omwg directory * These tests corresponds to the tests presented in the examples/omwg directory
*/ */
...@@ -72,5 +68,4 @@ public class IOTests { ...@@ -72,5 +68,4 @@ public class IOTests {
assertEquals( alignment.getOntology2URI().toString(), "http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl" ); assertEquals( alignment.getOntology2URI().toString(), "http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl" );
assertEquals( alignment.nbCells(), 57 ); assertEquals( alignment.nbCells(), 57 );
} }
} }
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