Mentions légales du service

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

- reflected modifications in ALignmentParser (no SAXException raised)

parent 48bd209b
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ public class IOTests { ...@@ -54,7 +54,7 @@ public class IOTests {
private Alignment alignment = null; private Alignment alignment = null;
private AlignmentParser aparser = null; private AlignmentParser aparser = null;
@Test(groups = { "full", "io", "raw" }, expectedExceptions = SAXException.class) @Test(groups = { "full", "io", "raw" }, expectedExceptions = AlignmentException.class)
public void loadSOAPErrorTest() throws Exception { public void loadSOAPErrorTest() throws Exception {
aparser = new AlignmentParser( 0 ); aparser = new AlignmentParser( 0 );
assertNotNull( aparser ); assertNotNull( aparser );
......
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