Skip to content

Commit cc2a9b8

Browse files
Fix new unit tests for JSON
1 parent 3c1b6f1 commit cc2a9b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/kernel/src/test/java/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java renamed to modules/kernel/test/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ public void testJAXWSJSONServiceScenario() throws Exception {
158158

159159
// Simulate JAX-WS service invocation scenario
160160
messageContext.setAxisService(axisService);
161-
messageContext.setServiceName(axisService.getName());
162161

163162
// Set properties that would be typical for a JSON service request
164163
messageContext.setProperty("CONTENT_TYPE", "application/json");

0 commit comments

Comments
 (0)