2004-09-10 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 10 Sep 2004 14:17:48 +0000 (14:17 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 10 Sep 2004 14:17:48 +0000 (14:17 -0000)
* Makefile: Activate unit tests.
* System.DirectoryServices_test.dll.sources: New. Source list for unit
tests.

svn path=/trunk/mcs/; revision=33709

mcs/class/System.DirectoryServices/ChangeLog
mcs/class/System.DirectoryServices/Makefile
mcs/class/System.DirectoryServices/System.DirectoryServices_test.dll.sources [new file with mode: 0755]

index 3e9f9ed9f81656bebd810f2986052ac00fefc7aa..c81ec3541272daf5431b876a9d79b50df7e3dbec 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Activate unit tests.
+       * System.DirectoryServices_test.dll.sources: New. Source list for unit
+       tests.
+
 2004-05-14  Raja R Harinath  <rharinath@novell.com>
 
        * System.DirectoryServices.dll.sources: Add
index c8dcf3bc6ad1cf2862c548d633c65e41dae40fed..26fd3a301b19a9dca1969b7675307744ef6edc14 100644 (file)
@@ -4,6 +4,5 @@ include ../../build/rules.make
 
 LIBRARY = System.DirectoryServices.dll
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll
-NO_TEST = yes
 
 include ../../build/library.make
diff --git a/mcs/class/System.DirectoryServices/System.DirectoryServices_test.dll.sources b/mcs/class/System.DirectoryServices/System.DirectoryServices_test.dll.sources
new file mode 100755 (executable)
index 0000000..08aebc4
--- /dev/null
@@ -0,0 +1,2 @@
+System.DirectoryServices/DirectoryServicesPermissionAttributeTest.cs
+System.DirectoryServices/DirectoryServicesPermissionTest.cs