summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-06-02 07:47:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-06-02 07:47:38 +0000
commit66195861465197b9221031547a64791773e6c358 (patch)
treeaa0dfda4fe6855153cbc1eebf5c11828bcb088ed /CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
parent006585f89b4ce3f25bd00060128dd960cbb32efe (diff)
downloadATCD-66195861465197b9221031547a64791773e6c358.tar.gz
Wed Jun 2 07:47:15 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/IDL_Test/IDL3_Plus/KitchenSink.idl: Added new disable test case which fails
Diffstat (limited to 'CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl')
-rw-r--r--CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
index eea290d9a56..432ae2642e9 100644
--- a/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
+++ b/CIAO/tests/IDL_Test/IDL3_Plus/KitchenSink.idl
@@ -158,6 +158,8 @@ module T
component Z
{
port Y myport;
+// Jeff, enable this one to get a compile problem
+// port Y mysecondport;
};
};
};