[mapserver-commits] r10747 - trunk/mapserver/mapscript/csharp

svn at osgeo.org svn at osgeo.org
Sat Nov 20 18:39:59 EST 2010


Author: tamas
Date: 2010-11-20 15:39:58 -0800 (Sat, 20 Nov 2010)
New Revision: 10747

Modified:
   trunk/mapserver/mapscript/csharp/Makefile.in
   trunk/mapserver/mapscript/csharp/Makefile.vc
Log:
Removing the drawmap tests temporarily to prevent from the failures appeared with the new rendering approach

Modified: trunk/mapserver/mapscript/csharp/Makefile.in
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.in	2010-11-20 11:44:22 UTC (rev 10746)
+++ trunk/mapserver/mapscript/csharp/Makefile.in	2010-11-20 23:39:58 UTC (rev 10747)
@@ -243,10 +243,6 @@
 	LC_ALL=C mono ./shpdump.exe ../../tests/point.shp
 	LC_ALL=C mono ./shapeinfo.exe ../../tests/point.shp
 	LC_ALL=C mono ./inline.exe png24 inline_test.png
-	LC_ALL=C mono ./drawmap.exe ../../tests/test.map test_csharp.png
-ifeq ($(strip $(AGG)),-DUSE_AGG)
-	LC_ALL=C mono ./drawmap.exe ../../tests/test.map test_csharp_agg.png png24
-endif
 	LC_ALL=C mono ./getbytes.exe ../../tests/test.map test_csharp2.png
 	LC_ALL=C mono ./RFC24.exe ../../tests/test.map
 

Modified: trunk/mapserver/mapscript/csharp/Makefile.vc
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.vc	2010-11-20 11:44:22 UTC (rev 10746)
+++ trunk/mapserver/mapscript/csharp/Makefile.vc	2010-11-20 23:39:58 UTC (rev 10747)
@@ -108,10 +108,6 @@
 	shpdump ../../tests/point.shp
 	shapeinfo ../../tests/point.shp
 	inline png24 inline_test.png
-	drawmap ../../tests/test.map test_csharp.png
-!IFDEF AGG
-	drawmap ../../tests/test.map test_csharp_agg.png png24
-!ENDIF
 	getbytes ../../tests/test.map test_csharp2.png
 	RFC24.exe ../../tests/test.map
 !ENDIF



More information about the mapserver-commits mailing list