This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new cc2a9b8603 Fix new unit tests for JSON
cc2a9b8603 is described below

commit cc2a9b86035608215e426bbe0a01ea2134a3e8a6
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Nov 25 03:10:21 2025 -1000

    Fix new unit tests for JSON
---
 .../org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java              | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/modules/kernel/src/test/java/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
 b/modules/kernel/test/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
similarity index 99%
rename from 
modules/kernel/src/test/java/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
rename to 
modules/kernel/test/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
index a33db3bbe5..b7a889574e 100644
--- 
a/modules/kernel/src/test/java/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
+++ 
b/modules/kernel/test/org/apache/axis2/kernel/TransportUtilsJSONOnlyTest.java
@@ -158,7 +158,6 @@ public class TransportUtilsJSONOnlyTest extends TestCase {
 
         // Simulate JAX-WS service invocation scenario
         messageContext.setAxisService(axisService);
-        messageContext.setServiceName(axisService.getName());
 
         // Set properties that would be typical for a JSON service request
         messageContext.setProperty("CONTENT_TYPE", "application/json");

Reply via email to