summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3154_Regression/README
blob: 273b12edbf9077e11b2db398a8d914765e4dc453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$Id$

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!