* DataSetReadXmlTest.cs: Added NotWorking test for bug #80045.
[mono.git] / mcs / class / System.Data / Makefile
index d026f75e50882a897cf1fc9278bafb7ee8cfda78..191c404c24a2eced4e1038fbbb4cab013e894bd2 100644 (file)
@@ -11,7 +11,8 @@ system = $(topdir)/class/lib/$(PROFILE)/System.dll
 endif
 
 ifeq (net_2_0, $(PROFILE))
-OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll
+OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll \
+                       -r:System.Transactions.dll
 endif
 
 LIBRARY = System.Data.dll
@@ -39,6 +40,8 @@ endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
 
+TEST_MONO_PATH = .
+
 EXTRA_DISTFILES = \
        TODO                                    \
        Test/System.Data/region.xml             \
@@ -66,6 +69,7 @@ EXTRA_DISTFILES = \
        Test/System.Data/schemas/test014.xsd    \
        Test/System.Data/schemas/test015.xsd    \
        Test/System.Data/schemas/test016.xsd    \
+       Test/System.Data/schemas/test017.xsd    \
        Test/System.Data/schemas/test101.xsd    \
        Test/System.Data/schemas/test102.xsd    \
        Test/System.Data/schemas/test103.xsd    \