[mapguide-commits] r8379 - trunk/MgDev/UnitTest/WebTier/Java

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Oct 4 06:12:12 PDT 2014


Author: jng
Date: 2014-10-04 06:12:12 -0700 (Sat, 04 Oct 2014)
New Revision: 8379

Added:
   trunk/MgDev/UnitTest/WebTier/Java/README.txt
Modified:
   trunk/MgDev/UnitTest/WebTier/Java/build.xml
Log:
Add README for this test suite.

Added: trunk/MgDev/UnitTest/WebTier/Java/README.txt
===================================================================
--- trunk/MgDev/UnitTest/WebTier/Java/README.txt	                        (rev 0)
+++ trunk/MgDev/UnitTest/WebTier/Java/README.txt	2014-10-04 13:12:12 UTC (rev 8379)
@@ -0,0 +1,23 @@
+Java Unit Test README
+=====================
+
+This is the test suite for the Java bindings to the MapGuide API.
+
+This test suite exercises the enhanced Java wrapper (MapGuideApiEx.jar) and not the original (MapGuideApi.jar)
+
+Requirements
+============
+
+ - You must have already built the Oem/Server/Web components of MapGuide
+ - Apache Ant
+ - ant-contrib 1.0b2 or higher
+
+Running the tests
+=================
+
+ 1. Start the MapGuide Server process
+ 2. Run the following ant command: ant check
+
+Unit tests results will be logged to unittest.log
+
+The default ant build.xml properties is configured for 64-bit release configuration of MapGuide. Where applicable, you should override these properties to match your specific build configuration.
\ No newline at end of file

Modified: trunk/MgDev/UnitTest/WebTier/Java/build.xml
===================================================================
--- trunk/MgDev/UnitTest/WebTier/Java/build.xml	2014-10-04 13:00:45 UTC (rev 8378)
+++ trunk/MgDev/UnitTest/WebTier/Java/build.xml	2014-10-04 13:12:12 UTC (rev 8379)
@@ -2,6 +2,7 @@
 <project name="MgUnitTest" default="dist" basedir=".">
   <description>MgUnitTest project file</description>
 
+  <!-- Must install ant-contrib 1.0b2 or higher -->
   <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
 
   <!-- set global properties for this build -->



More information about the mapguide-commits mailing list