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:
authorAtsushi Eno <atsushieno@gmail.com>2004-03-31 21:26:23 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-03-31 21:26:23 +0400
commit29f34d7641a071d000e07d8d5062bd61972af77a (patch)
treefb7d4f9102f76ce787c9e39661a6848a85e1f880 /mcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs
parenta115c5aededfc985e7f93a1c8fbf689c100ef425 (diff)
2004-03-31 Atsushi Enomoto <atsushi@ximian.com>
* Added nist_dom tests by Mainsoft hackers. svn path=/trunk/mcs/; revision=24853
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs')
-rwxr-xr-xmcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs b/mcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs
new file mode 100755
index 00000000000..b9e52aa83d5
--- /dev/null
+++ b/mcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs
@@ -0,0 +1,24 @@
+//**************************************************************************
+//
+//
+// National Institute Of Standards and Technology
+// DTS Version 1.0
+//
+//
+//
+// Ported to System.Xml by: Mizrahi Rafael rafim@mainsoft.com
+// Mainsoft Corporation (c) 2003-2004
+//
+//**************************************************************************
+using System;
+
+namespace nist_dom
+{
+ /// <summary>
+ /// Summary description for ITest.
+ /// </summary>
+ public interface ITest
+ {
+ testResults[] RunTests();
+ }
+}