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-01-04 18:26:38 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-01-04 18:26:38 +0300
commitf5d2d4efe1dc9945a8735efb4785fd84dd60ac66 (patch)
tree7e638ebe8efe4caa99718d17ec93eab5db7b143b /web/testing
parent99b03d6db977aa0e92b1a93982c466c5d89fa1f0 (diff)
2004-01-04 Atsushi Enomoto <atsushi@ximian.com>
* testing : added more notes on standalone tests. svn path=/trunk/mono/; revision=21676
Diffstat (limited to 'web/testing')
-rw-r--r--web/testing11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/testing b/web/testing
index 4892a554077..dc1ee48f43c 100644
--- a/web/testing
+++ b/web/testing
@@ -34,6 +34,17 @@
(For example, managed XSLT has standalone test which downloads and
expands some megabytes of OASIS test suite.)
+ Here I list them up as long as I know. If you are going to add another
+ standalone tests, please add one line here. It is also recommended that
+ you add some notes on how to build and run tests.
+
+ - Mono.Data/test/
+ - System.Web/Test/TestMonoWeb : see README
+ - System.Web.Services/Test/standalone : see README
+ - System.Windows.Forms/SWFTest/
+ - System.XML/System.Xml.Serialization/standalone_tests/
+ - System.XML/Tests/System.Xml.Xsl/standalone_tests : see README
+
** Getting started
If you are new to writing NUnit tests, there is a template you may use