
		***********  DynAny_Test  ****************
			
			updated 9/29/98.
// README,v 1.4 1998/10/25 19:29:33 jp4 Exp

// ===================================================================
//
// = 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.
