[mapguide-commits] r7662 - trunk/MgDev/UnitTest
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Jul 4 08:16:56 PDT 2013
Author: jng
Date: 2013-07-04 08:16:56 -0700 (Thu, 04 Jul 2013)
New Revision: 7662
Modified:
trunk/MgDev/UnitTest/run_php_tests.bat
Log:
Fix PHP test runner paths in light of VS2012 upgrade
Modified: trunk/MgDev/UnitTest/run_php_tests.bat
===================================================================
--- trunk/MgDev/UnitTest/run_php_tests.bat 2013-07-04 15:16:07 UTC (rev 7661)
+++ trunk/MgDev/UnitTest/run_php_tests.bat 2013-07-04 15:16:56 UTC (rev 7662)
@@ -39,12 +39,13 @@
SET OEM_PHP=%OEM_PATH%\php\Release_TS
REM MENTOR_DICTIONARY_PATH fallback for MgCoordinateSystem still exists, so use it so we don't have to mess around with webconfig.ini
SET MENTOR_DICTIONARY_PATH=%OEM_PATH%\CsMap\Dictionaries
+SET OEM_SQLITE=%OEM_PATH%\SQLite\bin\release
IF "%PLATFORM%" == "64" (
SET OEM_PHP=%OEM_PATH%\php\x64\Release_TS
SET WEB_BIN=%CD%\..\Web\bin\release64
SET SERVER_BIN=%CD%\..\Server\bin\release
+ SET OEM_SQLITE=%OEM_PATH%\SQLite\bin\release64
)
-SET OEM_SQLITE=%OEM_PATH%\SQLite\bin\Win%PLATFORM%\release
SET MAPAGENT=%CD%\..\Web\src\mapagent
SET OLD_PATH=%PATH%
SET PATH=%PATH%;%OEM_PHP%;%MAPAGENT%
More information about the mapguide-commits
mailing list