summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/README')
-rw-r--r--TAO/tests/DynAny_Test/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tests/DynAny_Test/README b/TAO/tests/DynAny_Test/README
deleted file mode 100644
index ede5c03a538..00000000000
--- a/TAO/tests/DynAny_Test/README
+++ /dev/null
@@ -1,31 +0,0 @@
-
- *********** DynAny_Test ****************
-
- updated 9/29/98.
-// $Id$
-
-// ===================================================================
-//
-// = LIBRARY
-// TAO/tests/DynAny_Test
-//
-// = FILENAME
-// README
-//
-// = AUTHOR
-// Jeff Parsons <jp4@cs.wustl.edu>
-//
-// ===================================================================
-
-This is a semi-complete run-through of DynAny functionality.
-To run a test, type
-
-basic_test -t <dynany|dynarray|dynenum|dynsequence|dynstruct|dynunion>
-
-To save on output, several things are tested in one pass. For each
-pass, a message is displayed, for example:
-
-"testing: constructor from any/insert/get" or
-"testing: constructor from typecode/from_any/to_any"
-
-and finally an error count for the entire test.