Răsfoiți Sursa

Re-enable valid tests

Marek Safar 11 ani în urmă
părinte
comite
e7dbeee80d

+ 2 - 2
mcs/class/System.Net.Http/Test/System.Net.Http.Headers/ContentDispositionHeaderValueTest.cs

@@ -56,7 +56,7 @@ namespace MonoTests.System.Net.Http.Headers
 
 		[Test]
 		/*
-		 * This fails on Windows with the .NET runtime:
+		 * .NET BUG
 		 * 
 		 * Test Case Failures:
 		 * 1) MonoTests.System.Net.Http.Headers.ContentDispositionHeaderValueTest.Equals : System.NullReferenceException : Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
@@ -64,7 +64,7 @@ namespace MonoTests.System.Net.Http.Headers
 		 * bei MonoTests.System.Net.Http.Headers.ContentDispositionHeaderValueTest.Equals()
 		 * 
 		 */
-		[Category ("NotWorking")]
+		[Category ("NotDotNet")]
 		public void Equals ()
 		{
 			var value = new ContentDispositionHeaderValue ("x");

+ 1 - 1
mcs/class/System.Net.Http/Test/System.Net.Http/StreamContentTest.cs

@@ -160,7 +160,7 @@ namespace MonoTests.System.Net.Http
 		 * The .NET runtime hits the "#9" assertion.
 		 * The test succeeds with Mono.
 		 */
-		[Category ("NotWorking")]
+		[Category ("NotDotNet")]
 		public void CopyToAsync ()
 		{
 			var ms = new MemoryStream ();