Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_3558_Regression / README
blob29833ce6258d853b4e6bc514afd448bfda21267b
1 /**
5 @page Bug_3558_Regression Test README File
7         Test written for Bugzilla #3558
9   This test is based on the Hello TAO test.
11   The goal of writing this test is:
13 - Provide a way to test whether transport cache behaves correctly.
14   ORBConnectionCacheMax is programmatically set to 1. When a second
15   connection is esthablished, we expect an exception. However, it seems that
16   the transport cache adjusts itself (no exception is thrown).
18         To run the test use the run_test.pl script:
20 $ ./run_test.pl
22 or, with debug information:
24 $ ./run_test.pl -debug
26         the script returns 0 if the test was successful.