From 95739e12a5903157c37a98f25c767bda0ee32e7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 22 Sep 2009 14:16:20 +0000
Subject: [PATCH] - reflected modifications in ALignmentParser (no SAXException
 raised)

---
 test/src/IOTests.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/IOTests.java b/test/src/IOTests.java
index 9b1057f3..80fb628b 100644
--- a/test/src/IOTests.java
+++ b/test/src/IOTests.java
@@ -54,7 +54,7 @@ public class IOTests {
     private Alignment alignment = 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 {
 	aparser = new AlignmentParser( 0 );
 	assertNotNull( aparser );
-- 
GitLab