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:
authorPeter Williams <peterw@mono-cvs.ximian.com>2003-07-18 08:18:02 +0400
committerPeter Williams <peterw@mono-cvs.ximian.com>2003-07-18 08:18:02 +0400
commit50457bb149d9a152bfd68b0e42a408624a1cfd16 (patch)
tree00968fe49f575bcd7008f0c91d59da8d8c53a1d0 /mcs/class/Mono.Directory.LDAP/ChangeLog
parent571cd5e5166268da074fa6b65332e1345ad4c63d (diff)
2003-07-17 Peter Williams <peter@newton.cx>
* Test/Mono.Directory.LDAP/BindSimpleTest.cs: csc interprets the bare LDAP as a namespace, not as the class. Give it the fully qualified name. * Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Same. svn path=/trunk/mcs/; revision=16375
Diffstat (limited to 'mcs/class/Mono.Directory.LDAP/ChangeLog')
-rw-r--r--mcs/class/Mono.Directory.LDAP/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/mcs/class/Mono.Directory.LDAP/ChangeLog b/mcs/class/Mono.Directory.LDAP/ChangeLog
index cec0552b933..5bb3743f74d 100644
--- a/mcs/class/Mono.Directory.LDAP/ChangeLog
+++ b/mcs/class/Mono.Directory.LDAP/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-17 Peter Williams <peter@newton.cx>
+
+ * Test/Mono.Directory.LDAP/BindSimpleTest.cs: csc interprets the bare LDAP
+ as a namespace, not as the class. Give it the fully qualified name.
+
+ * Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Same.
+
2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
* Test/Mono.Directory.LDAP/BindSimpleTest.cs: Removed unused setup and teardown methods
Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Removed unused setup and teardown methods
@@ -21,4 +28,4 @@
2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
- * added Mono.Directory.LDAP.build file \ No newline at end of file
+ * added Mono.Directory.LDAP.build file