Author: sebb
Date: Fri Dec  9 15:22:27 2011
New Revision: 1212475

URL: http://svn.apache.org/viewvc?rev=1212475&view=rev
Log:
Exception not thrown

Modified:
    
commons/proper/digester/trunk/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java

Modified: 
commons/proper/digester/trunk/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java?rev=1212475&r1=1212474&r2=1212475&view=diff
==============================================================================
--- 
commons/proper/digester/trunk/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java
 (original)
+++ 
commons/proper/digester/trunk/src/test/java/org/apache/commons/digester3/NodeCreateRuleTestCase.java
 Fri Dec  9 15:22:27 2011
@@ -181,7 +181,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testElement()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -210,7 +210,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testDocumentFragment()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -263,7 +263,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testNested()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -305,7 +305,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testAttributes()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -350,7 +350,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testNamespaces()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -401,7 +401,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testNamespacedAttribute()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {
@@ -436,7 +436,7 @@ public class NodeCreateRuleTestCase
      */
     @Test
     public void testNonNamespacedAttribute()
-        throws SAXException, ParserConfigurationException, IOException
+        throws SAXException, IOException
     {
         Digester digester = newLoader( new AbstractRulesModule()
         {


Reply via email to