You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/06/30 21:39:02 UTC

svn commit: r789901 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java

Author: dkulp
Date: Tue Jun 30 19:39:02 2009
New Revision: 789901

URL: http://svn.apache.org/viewvc?rev=789901&view=rev
Log:
Ignore a test for now until I can get ahold of Sergey to figure out
what is missing.

Modified:
    cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java

Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java?rev=789901&r1=789900&r2=789901&view=diff
==============================================================================
--- cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java (original)
+++ cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java Tue Jun 30 19:39:02 2009
@@ -30,6 +30,8 @@
 import org.apache.cxf.Bus;
 import org.apache.cxf.BusException;
 import org.apache.cxf.helpers.DOMUtils;
+
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class SpringServletTest extends AbstractServletTest {
@@ -146,6 +148,7 @@
     }
     
     @Test
+    @Ignore("not working for some reason")
     public void testGetServiceList() throws Exception {
         ServletUnitClient client = newClient();
         client.setExceptionsThrownOnErrorStatus(true);



Re: svn commit: r789901 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java

Posted by Sergey Beryozkin <sb...@progress.com>.
Sorry, my fault. I was under the illusion there were no servlet system tests at all :-)
I turned this specific test into a negative one, given that there's another test which tests the service listings working.

Now, /services becomes available to applications if a hide-service-list-page servlet parameter is used. This is one of the issues 
which was raised at http://issues.apache.org/jira/browse/CXF-1695. For the record, users can now nominate an alternative relative 
path, (ex. /listings) using 'service-list-path' parameter.

thanks, Sergey

----- Original Message ----- 
From: <dk...@apache.org>
To: <co...@cxf.apache.org>
Sent: Tuesday, June 30, 2009 8:39 PM
Subject: svn commit: r789901 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java


> Author: dkulp
> Date: Tue Jun 30 19:39:02 2009
> New Revision: 789901
>
> URL: http://svn.apache.org/viewvc?rev=789901&view=rev
> Log:
> Ignore a test for now until I can get ahold of Sergey to figure out
> what is missing.
>
> Modified:
>    cxf/trunk/systests/src/test/java/org/apache/cxf/systest/servlet/SpringServletTest.java