[mapserver-commits] r7675 - trunk/msautotest/pymod

svn at osgeo.org svn at osgeo.org
Sat Jun 14 13:04:59 EDT 2008


Author: tomkralidis
Date: 2008-06-14 13:04:59 -0400 (Sat, 14 Jun 2008)
New Revision: 7675

Modified:
   trunk/msautotest/pymod/mstestlib.py
Log:
add test for msGetVersion() output with libxml2


Modified: trunk/msautotest/pymod/mstestlib.py
===================================================================
--- trunk/msautotest/pymod/mstestlib.py	2008-06-13 16:58:20 UTC (rev 7674)
+++ trunk/msautotest/pymod/mstestlib.py	2008-06-14 17:04:59 UTC (rev 7675)
@@ -123,6 +123,8 @@
 
     start = string.find( data, '<!-- MapServer version' )
     if start == -1:
+        start = string.find( data, '<!--MapServer version' )
+    if start == -1:
         return
 
     end = start+10



More information about the mapserver-commits mailing list