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:
authorMartin Willemoes Hansen <mwh@mono-cvs.ximian.com>2003-05-13 23:38:38 +0400
committerMartin Willemoes Hansen <mwh@mono-cvs.ximian.com>2003-05-13 23:38:38 +0400
commit2a8ea433b336d52918094e14cbcfc1ea6f3f8365 (patch)
tree2aa378c8767d329db0f71f421e64d2fa1688f4f8 /mcs/class/Mono.Directory.LDAP
parentb92acded0d607b1c7b9c7807f86138069e24ae00 (diff)
* Test/Mono.Directory.LDAP/BindSimpleTest.cs: Removed unused setup and teardown methods
Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Removed unused setup and teardown methods svn path=/trunk/mcs/; revision=14551
Diffstat (limited to 'mcs/class/Mono.Directory.LDAP')
-rw-r--r--mcs/class/Mono.Directory.LDAP/ChangeLog5
-rw-r--r--mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/BindSimpleTest.cs6
-rw-r--r--mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/QueryRootDSETest.cs8
3 files changed, 6 insertions, 13 deletions
diff --git a/mcs/class/Mono.Directory.LDAP/ChangeLog b/mcs/class/Mono.Directory.LDAP/ChangeLog
index 5167ce11681..cec0552b933 100644
--- a/mcs/class/Mono.Directory.LDAP/ChangeLog
+++ b/mcs/class/Mono.Directory.LDAP/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/BindSimpleTest.cs b/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/BindSimpleTest.cs
index 79cf4a1d08f..2fad484b161 100644
--- a/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/BindSimpleTest.cs
+++ b/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/BindSimpleTest.cs
@@ -15,12 +15,6 @@ namespace MonoTests.Directory.LDAP
[TestFixture]
public class BindSimpleTest {
- [SetUp]
- public void GetReady () {}
-
- [TearDown]
- public void Clear () {}
-
[Test]
public void Stuff()
{
diff --git a/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/QueryRootDSETest.cs b/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/QueryRootDSETest.cs
index 8d56d13b372..f8ae967b280 100644
--- a/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/QueryRootDSETest.cs
+++ b/mcs/class/Mono.Directory.LDAP/Test/Mono.Directory.LDAP/QueryRootDSETest.cs
@@ -6,8 +6,8 @@
// (C) 2003 Martin Willemoes Hansen
//
-using NUnit.Framework;
using System;
+using NUnit.Framework;
using Mono.Directory.LDAP;
namespace MonoTests.Directory.LDAP
@@ -15,12 +15,6 @@ namespace MonoTests.Directory.LDAP
[TestFixture]
public class QueryRootDSETest {
- [SetUp]
- public void GetReady () {}
-
- [TearDown]
- public void Clear () {}
-
[Test]
public void Stuff()
{