summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-01 06:05:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-01 06:05:24 +0000
commit4718fc93dd43849505b600569cfef73c0267ec89 (patch)
tree11316db6edcefb85c8290d7441446e390c4a51a3
parent28041826355fa41ba50ff868069e5a0d9cf8774f (diff)
downloadATCD-4718fc93dd43849505b600569cfef73c0267ec89.tar.gz
-rw-r--r--TAO/tests/IDL_Test/Bug_2616_Regression.idl2
-rw-r--r--TAO/tests/IDL_Test/Bug_2619_Regression.idl19
-rw-r--r--TAO/tests/IDL_Test/IDL_Test.mpc1
3 files changed, 21 insertions, 1 deletions
diff --git a/TAO/tests/IDL_Test/Bug_2616_Regression.idl b/TAO/tests/IDL_Test/Bug_2616_Regression.idl
index 7e6bb2c44bb..916d4db404e 100644
--- a/TAO/tests/IDL_Test/Bug_2616_Regression.idl
+++ b/TAO/tests/IDL_Test/Bug_2616_Regression.idl
@@ -1,4 +1,4 @@
-// $Id: Bug_2577_Regression.idl 73398 2006-07-03 15:11:32Z parsons $
+// $Id$
// Test Bug 2616
diff --git a/TAO/tests/IDL_Test/Bug_2619_Regression.idl b/TAO/tests/IDL_Test/Bug_2619_Regression.idl
new file mode 100644
index 00000000000..aefa06901c0
--- /dev/null
+++ b/TAO/tests/IDL_Test/Bug_2619_Regression.idl
@@ -0,0 +1,19 @@
+// $Id$
+
+// Test Bug 2619
+
+struct Type_T
+{
+ string id;
+};
+
+valuetype Data_T
+{
+ public Type_T type;
+};
+
+interface Test
+{
+ typedef Type_T Group;
+ Group getGroup();
+};
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc
index e7da2ca98b7..f3aaf8572ef 100644
--- a/TAO/tests/IDL_Test/IDL_Test.mpc
+++ b/TAO/tests/IDL_Test/IDL_Test.mpc
@@ -11,6 +11,7 @@ project(*Main): taoserver, messaging {
Bug_2582_Regression.idl
Bug_2583_Regression.idl
Bug_2616_Regression.idl
+ Bug_2619_Regression.idl
enum_in_struct.idl
full.idl
fwd.idl