diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-08-06 06:44:49 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-08-06 06:44:49 +0000 |
commit | 667aacea3dcd89562894275f086f6cb0a1574390 (patch) | |
tree | 254855e6b38317d92672590e7ba5b6cc28db660d /TAO/tests/IDL_Test | |
parent | e12aa74c39e3c91f9313a9d8733e17c25a1aff91 (diff) | |
download | ATCD-667aacea3dcd89562894275f086f6cb0a1574390.tar.gz |
Thu Aug 6 06:44:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IDL_Test/Bug_3243_Regression.idl:
* tests/IDL_Test/IDL_Test.mpc:
Added test for bugzilla 3243
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r-- | TAO/tests/IDL_Test/Bug_3243_Regression.idl | 6 | ||||
-rw-r--r-- | TAO/tests/IDL_Test/IDL_Test.mpc | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tests/IDL_Test/Bug_3243_Regression.idl b/TAO/tests/IDL_Test/Bug_3243_Regression.idl new file mode 100644 index 00000000000..ddc61040a8e --- /dev/null +++ b/TAO/tests/IDL_Test/Bug_3243_Regression.idl @@ -0,0 +1,6 @@ +// $Id$ + +// Test Bug 3243 + +const long long NptNow = 0x80000000; + diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc index 1ce29af84cb..2c73c8c9ce4 100644 --- a/TAO/tests/IDL_Test/IDL_Test.mpc +++ b/TAO/tests/IDL_Test/IDL_Test.mpc @@ -12,6 +12,7 @@ project(*IDL): taoserver, messaging, gen_ostream { Bug_2583_Regression.idl Bug_2616_Regression.idl Bug_2619_Regression.idl + Bug_3243_Regression.idl enum_in_struct.idl full.idl fwd.idl @@ -94,6 +95,10 @@ project(*Main): taoserver, messaging, gen_ostream { Bug_2616_RegressionS.cpp Bug_2619_RegressionC.cpp Bug_2619_RegressionS.cpp + Bug_3243_RegressionC.cpp + Bug_3243_RegressionS.cpp + Bug_3243_RegressionC.cpp + Bug_3243_RegressionS.cpp constantsA.cpp constantsC.cpp constantsS.cpp |