Author: azeez
Date: Fri Jan 7 06:48:46 2011
New Revision: 1056207
URL: http://svn.apache.org/viewvc?rev=1056207&view=rev
Log:
Reinstated the MessageContextChangeTest as per AXIS2-3769. I didn't change the
test, but now it seems to be passing on JDK15 & JDK16.
Tested with:
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
and
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
Modified:
axis/axis2/java/core/trunk/modules/kernel/pom.xml
Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=1056207&r1=1056206&r2=1056207&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Fri Jan 7 06:48:46 2011
@@ -152,8 +152,6 @@
<exclude>**/*Abstract*.java</exclude>
<exclude>**/UtilsParseRequestTest.java</exclude> <!--
Was excluded by **/*Util*.java and currently fails -->
<exclude>**/URLTemplatingUtilTest.java</exclude> <!--
Was excluded by **/*Util*.java -->
- <exclude>**/*MessageContextChangeTest.java</exclude>
- <exclude>**/MessageContextChangeTest.java</exclude>
<!-- Removed because of problem on Java5. Needs reinstated -->
</excludes>
<includes>
<include>**/*Test.java</include>