[mapserver-commits] r10746 - trunk/mapserver/mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Sat Nov 20 06:44:22 EST 2010
Author: tamas
Date: 2010-11-20 03:44:22 -0800 (Sat, 20 Nov 2010)
New Revision: 10746
Modified:
trunk/mapserver/mapscript/csharp/Makefile.in
trunk/mapserver/mapscript/csharp/Makefile.vc
Log:
Fix image type in c# tests
Modified: trunk/mapserver/mapscript/csharp/Makefile.in
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.in 2010-11-19 23:02:25 UTC (rev 10745)
+++ trunk/mapserver/mapscript/csharp/Makefile.in 2010-11-20 11:44:22 UTC (rev 10746)
@@ -242,10 +242,10 @@
test:
LC_ALL=C mono ./shpdump.exe ../../tests/point.shp
LC_ALL=C mono ./shapeinfo.exe ../../tests/point.shp
- LC_ALL=C mono ./inline.exe aggpng24 inline_test.png
+ 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 aggpng24
+ 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-19 23:02:25 UTC (rev 10745)
+++ trunk/mapserver/mapscript/csharp/Makefile.vc 2010-11-20 11:44:22 UTC (rev 10746)
@@ -107,10 +107,10 @@
!ELSE
shpdump ../../tests/point.shp
shapeinfo ../../tests/point.shp
- inline aggpng24 inline_test.png
+ inline png24 inline_test.png
drawmap ../../tests/test.map test_csharp.png
!IFDEF AGG
- drawmap ../../tests/test.map test_csharp_agg.png aggpng24
+ drawmap ../../tests/test.map test_csharp_agg.png png24
!ENDIF
getbytes ../../tests/test.map test_csharp2.png
RFC24.exe ../../tests/test.map
More information about the mapserver-commits
mailing list