瀏覽代碼

Fix build for TARGET_JVM.

svn path=/trunk/mcs/; revision=65912
Boris Kirzner 19 年之前
父節點
當前提交
26a41ca598

+ 4 - 0
mcs/class/System.Drawing/Test/System.Drawing/ChangeLog

@@ -1,3 +1,7 @@
+2006-09-26	Boris Kirzner <[email protected]>
+
+	* TestStringFormat.cs: fix build for TARGET_JVM.
+
 2006-09-22  Sebastien Pouliot  <[email protected]>
 
 	* TestGraphics.cs: Added more test cases for MeasureCharacterRanges,

+ 1 - 1
mcs/class/System.Drawing/Test/System.Drawing/TestStringFormat.cs

@@ -292,7 +292,7 @@ namespace MonoTests.System.Drawing{
 		
 		[Test]
 #if TARGET_JVM
-		[Category ("NotWorking")]
+		[NUnit.Framework.Category ("NotWorking")]
 #endif
 		public void TabsStops() 
 		{