Index: /trunk/test/data/renderer/area-fill-image/style.mapcss
===================================================================
--- /trunk/test/data/renderer/area-fill-image/style.mapcss	(revision 13903)
+++ /trunk/test/data/renderer/area-fill-image/style.mapcss	(revision 13904)
@@ -5,30 +5,30 @@
 
 area[test=A] {
-	fill-image: "info.png";
+	fill-image: "info";
 	fill-opacity: 1;
 }
 
 area[test=B] {
-	fill-image: "apply.png";
+	fill-image: "apply";
 	fill-opacity: 1;
 }
 
 area[test=C] {
-	fill-image: "apply.png";
+	fill-image: "apply";
 	fill-opacity: .5;
 }
 
 area[test=D] {
-	fill-image: "apply.png";
+	fill-image: "apply";
 	fill-opacity: .5;
 }
 
 area[test=E] {
-	fill-image: "apply.png";
+	fill-image: "apply";
 	fill-opacity: 1;
 }
 
 area[test=F] {
-	fill-image: "info.png";
+	fill-image: "info";
 	fill-opacity: .8;
 }
Index: /trunk/test/data/renderer/area-icon/style.mapcss
===================================================================
--- /trunk/test/data/renderer/area-icon/style.mapcss	(revision 13903)
+++ /trunk/test/data/renderer/area-icon/style.mapcss	(revision 13904)
@@ -5,5 +5,5 @@
 
 area[test] {
-	icon-image: "info.png";
+	icon-image: "info";
 	color: red;
 	width: 1;
