diff options
author | vzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-11-28 10:50:05 +0000 |
---|---|---|
committer | vzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-11-28 10:50:05 +0000 |
commit | 9dbb80b03e1ed554e29d24d3dbb42e935a586a96 (patch) | |
tree | f963cf9f586381642d0aadeb724a47c969662d85 /TAO/tests/Bug_3154_Regression/README | |
parent | 3edd80de888c50aa8d255c3249835da9609df3bb (diff) | |
download | ATCD-9dbb80b03e1ed554e29d24d3dbb42e935a586a96.tar.gz |
ChangeLogTag: Wed Nov 28 10:42:20 UTC 2007 Vladimir Zykov <vladimir.zykov@prismtech.com>
Diffstat (limited to 'TAO/tests/Bug_3154_Regression/README')
-rw-r--r-- | TAO/tests/Bug_3154_Regression/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3154_Regression/README b/TAO/tests/Bug_3154_Regression/README new file mode 100644 index 00000000000..effb1a6fd58 --- /dev/null +++ b/TAO/tests/Bug_3154_Regression/README @@ -0,0 +1,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! |