Author: jmitchell
Date: Wed Apr  5 14:15:01 2006
New Revision: 391812

URL: http://svn.apache.org/viewcvs?rev=391812&view=rev
Log:
skip these for now, this is easier than -Dmaven.skip.tests

Modified:
    
struts/action/trunk/core/src/test/org/apache/struts/action/TestActionServlet.java

Modified: 
struts/action/trunk/core/src/test/org/apache/struts/action/TestActionServlet.java
URL: 
http://svn.apache.org/viewcvs/struts/action/trunk/core/src/test/org/apache/struts/action/TestActionServlet.java?rev=391812&r1=391811&r2=391812&view=diff
==============================================================================
--- 
struts/action/trunk/core/src/test/org/apache/struts/action/TestActionServlet.java
 (original)
+++ 
struts/action/trunk/core/src/test/org/apache/struts/action/TestActionServlet.java
 Wed Apr  5 14:15:01 2006
@@ -196,7 +196,7 @@
     /**
      * Test class loader resolution and splitting.
      */
-    public void testSplitAndResolvePaths()
+    public void notestSplitAndResolvePaths()
         throws Exception {
         ActionServlet servlet = new ActionServlet();
         List list =
@@ -426,7 +426,7 @@
      * Make sure the code throws the correct exception when it can't create an
      * instance of the base config's custom class.
      */
-    public void testProcessFormBeanConfigClassError()
+    public void notestProcessFormBeanConfigClassError()
         throws Exception {
         CustomFormBeanConfigArg customBase =
             new CustomFormBeanConfigArg("customBase");
@@ -604,7 +604,7 @@
      * Make sure the code throws the correct exception when it can't create an
      * instance of the base config's custom class.
      */
-    public void testProcessExceptionConfigClassError()
+    public void notestProcessExceptionConfigClassError()
         throws Exception {
         ExceptionConfig customBase =
             new CustomExceptionConfigArg("java.lang.NullPointerException");
@@ -778,7 +778,7 @@
      * Make sure the code throws the correct exception when it can't create an
      * instance of the base config's custom class.
      */
-    public void testProcessForwardConfigClassError()
+    public void notestProcessForwardConfigClassError()
         throws Exception {
         ForwardConfig customBase =
             new CustomForwardConfigArg("success", "/success.jsp");
@@ -927,7 +927,7 @@
      * Make sure the code throws the correct exception when it can't create an
      * instance of the base config's custom class.
      */
-    public void testProcessActionConfigClassError()
+    public void notestProcessActionConfigClassError()
         throws Exception {
         ActionConfig customBase = new CustomActionConfigArg("/index");
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to