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

ChangeLog « Mono.Directory.LDAP « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bb3743f74d716530ddaa1af24428701abc7e391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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


2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Credited myself in Test/Mono.Directory.LDAP/BindSimpleTest.cs and
	  Test/Mono.Directory.LDAP/QueryRootDSE.cs

2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
	* NUnit2ified makefile.gnu, Test/dslib_linux_test.args
	  Test/makefile.gnu, Test/Mono.Directory.LDAP/BindSimpleTest.cs
	  Test/Mono.Directory.LDAP/QueryRootDSE.cs
	* Renamed Test/Mono.Directory.LDAP/QueryRootDSE.cs to QueryRootDSETest.cs
	* Removed Test/NUnit.Prefs, Test/Mono.Directory.LDAP/AllTests.cs
	* Fixed Mono.Directory.LDAP/LDAP.cs casting of null to object.
	
2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
	
	* add reference to corlib.dll in order to eliminate [MonoTODO] build error
	
2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
	
	* added Mono.Directory.LDAP.build file