summaryrefslogtreecommitdiff
path: root/TAO/tests/Connect_Strategy_Test/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connect_Strategy_Test/README')
-rw-r--r--TAO/tests/Connect_Strategy_Test/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tests/Connect_Strategy_Test/README b/TAO/tests/Connect_Strategy_Test/README
new file mode 100644
index 00000000000..06be22c2caa
--- /dev/null
+++ b/TAO/tests/Connect_Strategy_Test/README
@@ -0,0 +1,19 @@
+/**
+
+@page Connect_Strategy Test README File
+
+ The simplest possible test for connection strategies in TAO.
+This is a very simple test for the connection strategies, and it can
+be argued that it is in fact too simple to make any conclusions based
+on the results from this test.
+
+ Please refrain from "improving", extending or expanding this
+test, if you need to change
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/