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 09:55:32 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-01-04 09:55:32 +0300
commitb3e0ed93802b80c7105a7d2eb2e9c6e0d7ea38eb (patch)
tree803b1cd493c85a879115c62baf9fe403f2ee6887 /web/testing
parent21a7a7c09f6f1d0cc62540eba64576c510e91d07 (diff)
2003-01-04 Atsushi Enomoto <atsushi@ximian.com>
* testing : refering that we might have some standalone tests in class libraries. svn path=/trunk/mono/; revision=21672
Diffstat (limited to 'web/testing')
-rw-r--r--web/testing4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/testing b/web/testing
index d4d6ecbcc3e..4892a554077 100644
--- a/web/testing
+++ b/web/testing
@@ -29,6 +29,10 @@
that they work correctly. Mono also needs a testing framework
to make it easy to write and run lots of tests.
+ In some classes, we might also provide standalone tests because of
+ some reasons such as too huge testcases, another downloading and so on.
+ (For example, managed XSLT has standalone test which downloads and
+ expands some megabytes of OASIS test suite.)
** Getting started