summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2669_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2669_Regression/README')
-rw-r--r--TAO/tests/Bug_2669_Regression/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2669_Regression/README b/TAO/tests/Bug_2669_Regression/README
new file mode 100644
index 00000000000..5e2c1e0cf9e
--- /dev/null
+++ b/TAO/tests/Bug_2669_Regression/README
@@ -0,0 +1,23 @@
+// $Id$
+
+This test checks that the repository ID is correct for generated AMI reply handler servant classes when different pragma prefixes are used.
+
+It does this by checking that handlers for interfaces in an IDL inheritance relationship can be narrowed to their parents handler types.
+
+_Expected Success Output_
+
+E:\sm\worcvs\tao14\prism\tests\tao439_regression>run_test.pl
+Test Passed.
+
+_Expected Regression Output_
+
+E:\sm\worcvs\tao14\prism\tests\tao439_regression>run_test.pl
+Error: REGRESSION - Cannot narrow ChildModule::ChildInterface reply handler to i
+ts parent handler type.
+Error: REGRESSION - Cannot narrow ChildInterface reply handler to its parent han
+dler type.
+ERROR: client returned 1
+
+(or anything else with the word REGRESSION in)
+
+All other output is an unexpected problem. \ No newline at end of file