Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-06-09 19:14:39 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-06-09 19:14:39 +0400
commitb05c3466301205b556ad5f71b31ad9e64bed627d (patch)
treeadd2c5b0ff548065150c901bd94617873db1b5a6 /mcs/class/System/Test
parent072130146547e4744163286ed2894d654bb26963 (diff)
enable test
svn path=/trunk/mcs/; revision=135760
Diffstat (limited to 'mcs/class/System/Test')
-rw-r--r--mcs/class/System/Test/System.Net/HttpWebRequestTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
index a3060eb7cab..cffc59b0e1e 100644
--- a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
+++ b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
@@ -326,7 +326,6 @@ namespace MonoTests.System.Net
}
[Test] // bug #465613
- [Category ("NotWorking")]
public void BeginGetRequestStream_NoBuffering ()
{
IPEndPoint ep = new IPEndPoint (IPAddress.Loopback, 8002);