You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/05/19 19:32:19 UTC

svn commit: r1680353 - /felix/trunk/http/itest/src/test/java/org/apache/felix/http/itest/HttpServiceRuntimeTest.java

Author: cziegeler
Date: Tue May 19 17:32:19 2015
New Revision: 1680353

URL: http://svn.apache.org/r1680353
Log:
Correct test case

Modified:
    felix/trunk/http/itest/src/test/java/org/apache/felix/http/itest/HttpServiceRuntimeTest.java

Modified: felix/trunk/http/itest/src/test/java/org/apache/felix/http/itest/HttpServiceRuntimeTest.java
URL: http://svn.apache.org/viewvc/felix/trunk/http/itest/src/test/java/org/apache/felix/http/itest/HttpServiceRuntimeTest.java?rev=1680353&r1=1680352&r2=1680353&view=diff
==============================================================================
--- felix/trunk/http/itest/src/test/java/org/apache/felix/http/itest/HttpServiceRuntimeTest.java (original)
+++ felix/trunk/http/itest/src/test/java/org/apache/felix/http/itest/HttpServiceRuntimeTest.java Tue May 19 17:32:19 2015
@@ -552,7 +552,7 @@ public class HttpServiceRuntimeTest exte
 
         // default context is last, as it has the lowest service ranking
         assertEquals("Http Service context", runtimeDTOWithAdditionalContext.servletContextDTOs[0].name);
-        assertEquals("/", runtimeDTOWithAdditionalContext.servletContextDTOs[0].contextPath);
+        assertEquals("", runtimeDTOWithAdditionalContext.servletContextDTOs[0].contextPath);
         assertEquals("contextA", runtimeDTOWithAllContexts.servletContextDTOs[1].name);
         assertEquals("/contextA", runtimeDTOWithAllContexts.servletContextDTOs[1].contextPath);
         assertEquals("contextB", runtimeDTOWithAllContexts.servletContextDTOs[2].name);