Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3821_Regression / README
blobf3a27c2b13dcd2810b3173db2482e7b83a93ef14
3 Even if union uses enumeration as discriminant and all possible case
4 are specified in IDL there are still possible a lot of other values because
5 enumeration is int internally. Thus we need _default() function for such
6 unions and handle this case during marshaling/demarshaling.
8 Successful output:
10 $>./run_test.pl
11 Starting Test
12 Ended Test
14 Regression output: Basically the test should not compile if there is a
15 regression. But if it compiles then any ERROR message should indicate the
16 regression.