[mapguide-commits] r10143 - branches/4.0/MgDev/UnitTest

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 5 06:18:39 PDT 2025


Author: jng
Date: 2025-05-05 06:18:38 -0700 (Mon, 05 May 2025)
New Revision: 10143

Modified:
   branches/4.0/MgDev/UnitTest/run_server_tests.bat
Log:
Fix test data path

Modified: branches/4.0/MgDev/UnitTest/run_server_tests.bat
===================================================================
--- branches/4.0/MgDev/UnitTest/run_server_tests.bat	2025-05-05 12:48:36 UTC (rev 10142)
+++ branches/4.0/MgDev/UnitTest/run_server_tests.bat	2025-05-05 13:18:38 UTC (rev 10143)
@@ -7,6 +7,7 @@
 REM
 SET SERVER_TEST_SCOPE=
 SET SERVER_PATH=
+SET TEST_DATA_SRC=%CD%\UnitTest\TestData
 
 :study_params
 if (%1)==()            goto pre_flight_check



More information about the mapguide-commits mailing list