Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2669_Regression / README
blob4be29c4debc525867e70d5cb3289fd9c369db667
3 This test checks that the repository ID is correct for generated AMI reply handler servant classes when different pragma prefixes are used.
5 It does this by checking that handlers for interfaces in an IDL inheritance relationship can be narrowed to their parents handler types.
7 _Expected Success Output_
9 E:\sm\worcvs\tao14\prism\tests\tao439_regression>run_test.pl
10 Test Passed.
12 _Expected Regression Output_
14 E:\sm\worcvs\tao14\prism\tests\tao439_regression>run_test.pl
15 Error: REGRESSION - Cannot narrow ChildModule::ChildInterface reply handler to i
16 ts parent handler type.
17 Error: REGRESSION - Cannot narrow ChildInterface reply handler to its parent han
18 dler type.
19 ERROR: client returned 1
21 (or anything else with the word REGRESSION in)
23 All other output is an unexpected problem.