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:
authorZoltan Varga <vargaz@gmail.com>2013-04-11 18:56:18 +0400
committerZoltan Varga <vargaz@gmail.com>2013-04-11 18:56:18 +0400
commita7ba26f942ada7e1179ead90cc22b8c4404dc56d (patch)
tree1a93b6b346169d12df0c1c1da835d769533d6259 /mcs/class/System.Data
parentc94730c32fa797c43316d7ecbdc3a4c0298c84ac (diff)
Disable some System.Data tests which are expected to fail in the mobile profile.
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/Test/System.Data.Common/DbConnectionStringBuilderTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Test/System.Data.Common/DbConnectionStringBuilderTest.cs b/mcs/class/System.Data/Test/System.Data.Common/DbConnectionStringBuilderTest.cs
index dfcd06289c6..361380874db 100644
--- a/mcs/class/System.Data/Test/System.Data.Common/DbConnectionStringBuilderTest.cs
+++ b/mcs/class/System.Data/Test/System.Data.Common/DbConnectionStringBuilderTest.cs
@@ -1791,6 +1791,7 @@ namespace MonoTests.System.Data.Common
}
[Test]
+ [NUnit.Framework.Category ("MobileNotWorking")] // DefaultMemberAttribute is removed by the tuner, causing #3 to fail
public void ICTD_GetClassNameTest ()
{
ICustomTypeDescriptor ictd = (ICustomTypeDescriptor) builder;