Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_3154_Regression / README
blob0c3de9b9ae3749c9ec8071629416feefb1514351
1 This test uses newly implemented -Se feature of tao_idl. Using this feature
2 user can prohibit custom endings (e.g. -hs or -hc) for TAO specific include fils.
4 __Regression Output__
6 [vzykov@glasgow tao566_regression]$ ./run_test.pl
7 ERROR: Custom endings are incorrectly applied.
9 __Successful Output__
11 [vzykov@glasgow tao563_regression]$ ./run_test.pl
12 processing test.idl
13 INFO: orbsvcs/FT_CORBA_ORBC.h
14 INFO: orbsvcs/CosNotification_stub.h
15 INFO: orbsvcs/PortableGroupC.h
16 INFO: test_stub.h
17 INFO: orbsvcs/FT_CORBA_ORBC.h
18 INFO: orbsvcs/CosNotification_skel.h
19 INFO: orbsvcs/PortableGroupS.h
20 INFO: Test passed!