summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-10 10:12:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-10 10:12:52 +0000
commit9569a25e36fb2d3627cab0ff343d56d3b028832b (patch)
treeb573605a49c0a9273efc96a9b08e8bd19a7d3d69
parentf92c6228ae54d24def234ea0297b6a9a8a5c9134 (diff)
downloadATCD-9569a25e36fb2d3627cab0ff343d56d3b028832b.tar.gz
ChangeLogTag: Mon Apr 10 10:00:14 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/IDL_Test/interface.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/IDL_Test/interface.idl b/TAO/tests/IDL_Test/interface.idl
index 26dd30bf09c..966a1fd80b9 100644
--- a/TAO/tests/IDL_Test/interface.idl
+++ b/TAO/tests/IDL_Test/interface.idl
@@ -171,3 +171,23 @@ module ParamMod
local interface testlocal
{
};
+
+interface A {
+ union U switch(boolean)
+ {
+ case TRUE: A aa;
+ };
+};
+
+module M
+{
+ interface A;
+};
+
+module M
+{
+ interface A;
+
+ interface A {};
+};
+