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 Baulig <martin@novell.com>2002-02-27 18:06:43 +0300
committerMartin Baulig <martin@novell.com>2002-02-27 18:06:43 +0300
commite9f35aa44b638fbd2995a3615c313d5bbf2d7880 (patch)
treedea9727c27211f140528eea14fd6469efeb8b860 /mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs
parentb5189359b3ea7324db5857d7d37293d50df123d1 (diff)
2002-02-27 Martin Baulig <martin@gnome.org>
* System.XML_test.build: Build new executable RunTests.System.XML.exe which you can use to run the tests on Linux. svn path=/trunk/mcs/; revision=2733
Diffstat (limited to 'mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs')
-rw-r--r--mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs b/mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs
index 933291b2777..383ff73233f 100644
--- a/mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs
+++ b/mcs/class/System.XML/Test/XmlNamespaceManagerTests.cs
@@ -18,6 +18,7 @@ namespace Ximian.Mono.Tests
{
public class XmlNamespaceManagerTests : TestCase
{
+ public XmlNamespaceManagerTests() : base("Ximian.Mono.Tests.XmlNameSpaceManagerTests testsuite") { }
public XmlNamespaceManagerTests(string name) : base(name) { }
private XmlNamespaceManager _NamespaceManager;