From a200d48b55f4d62e1ff2c2d5e26d3afcfd2311fc Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 3 Feb 2008 01:02:28 +0000 Subject: [PATCH] javadoc --- .../server/endpoint/mapping/SoapActionEndpointMappingTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/test/java/org/springframework/ws/soap/server/endpoint/mapping/SoapActionEndpointMappingTest.java b/core/src/test/java/org/springframework/ws/soap/server/endpoint/mapping/SoapActionEndpointMappingTest.java index 32c23afd..f0cc5bcb 100644 --- a/core/src/test/java/org/springframework/ws/soap/server/endpoint/mapping/SoapActionEndpointMappingTest.java +++ b/core/src/test/java/org/springframework/ws/soap/server/endpoint/mapping/SoapActionEndpointMappingTest.java @@ -19,6 +19,7 @@ package org.springframework.ws.soap.server.endpoint.mapping; import javax.xml.soap.MessageFactory; import junit.framework.TestCase; + import org.springframework.ws.context.DefaultMessageContext; import org.springframework.ws.context.MessageContext; import org.springframework.ws.soap.SoapMessage; @@ -48,6 +49,6 @@ public class SoapActionEndpointMappingTest extends TestCase { } public void testValidateLookupKey() throws Exception { - mapping.validateLookupKey("SoapAction"); + assertTrue("Soapaction not valid", mapping.validateLookupKey("SoapAction")); } } \ No newline at end of file