summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3821_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3821_Regression/README')
-rw-r--r--TAO/tests/Bug_3821_Regression/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tests/Bug_3821_Regression/README b/TAO/tests/Bug_3821_Regression/README
deleted file mode 100644
index 5be18312f8c..00000000000
--- a/TAO/tests/Bug_3821_Regression/README
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-Even if union uses enumeration as discriminant and all possible case
-are specified in IDL there are still possible a lot of other values because
-enumeration is int internally. Thus we need _default() function for such
-unions and handle this case during marshaling/demarshaling.
-
-Successful output:
-
-$>./run_test.pl
-Starting Test
-Ended Test
-
-Regression output: Basically the test should not compile if there is a
-regression. But if it compiles then any ERROR message should indicate the
-regression.