summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3154_Regression/README
blob: effb1a6fd58daea8afe4f43b08d44032e2606c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This test uses newly implemented -Se feature of tao_idl. Using this feature
user can prohibit custom endings (e.g. -hs or -hc) for TAO specific include fils.

__Regression Output__

[vzykov@glasgow tao566_regression]$ ./run_test.pl
ERROR: Custom endings are incorrectly applied.


__Successful Output__

[vzykov@glasgow tao563_regression]$ ./run_test.pl
processing test.idl
INFO: orbsvcs/FT_CORBA_ORBC.h
INFO: orbsvcs/CosNotification_stub.h
INFO: orbsvcs/PortableGroupC.h
INFO: test_stub.h
INFO: orbsvcs/FT_CORBA_ORBC.h
INFO: orbsvcs/CosNotification_skel.h
INFO: orbsvcs/PortableGroupS.h
INFO: Test passed!