summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Truncatable/README')
-rw-r--r--TAO/tests/OBV/Truncatable/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Truncatable/README b/TAO/tests/OBV/Truncatable/README
new file mode 100644
index 00000000000..74473f9019e
--- /dev/null
+++ b/TAO/tests/OBV/Truncatable/README
@@ -0,0 +1,20 @@
+/**
+
+@page OBV/Any Test README File
+
+ This test shows and verifies truncatable inheritence functionality.
+
+ To run the test either use the run_test.pl script:
+
+$ ./run_test.pl
+
+ or start the client and the server manually:
+
+$ server -o ior&
+$ client -k file://ior
+
+To get a detailed test report, run the server manually and then run the client as:
+$ client -v -k file://ior
+
+
+*/