This commit is contained in:
Arjen Poutsma
2008-02-03 01:02:28 +00:00
parent fd535bb14a
commit a200d48b55

View File

@@ -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"));
}
}