[mapserver-commits] r7214 - trunk/mapserver/mapscript/csharp/examples

svn at osgeo.org svn at osgeo.org
Wed Dec 26 17:34:12 EST 2007


Author: tamas
Date: 2007-12-26 17:34:11 -0500 (Wed, 26 Dec 2007)
New Revision: 7214

Modified:
   trunk/mapserver/mapscript/csharp/examples/RFC24.cs
Log:
Fixed the typo in testClassObjDestroy

Modified: trunk/mapserver/mapscript/csharp/examples/RFC24.cs
===================================================================
--- trunk/mapserver/mapscript/csharp/examples/RFC24.cs	2007-12-26 22:24:56 UTC (rev 7213)
+++ trunk/mapserver/mapscript/csharp/examples/RFC24.cs	2007-12-26 22:34:11 UTC (rev 7214)
@@ -272,7 +272,7 @@
 		assert(reference.refcount == 3, "testClassObjDestroy precondition");
 		map=null; layer=null; newClass=null;
 		gc();
-		assert(reference.refcount == 2, "testClassObjDestroy precondition");
+		assert(reference.refcount == 2, "testClassObjDestroy");
 	}
 
 	public void testStyleObj() 



More information about the mapserver-commits mailing list