summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-09-29 08:51:49 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-09-29 08:51:49 +0200
commit495a504d92acd6eebe0a0a266bec1259fa1aaf9e (patch)
tree3acf25d51a8985390a48575eca2b98ba65757a06 /TAO/tests
parent096fa80e0f820e1d4c9939123399ad2ab9e82351 (diff)
downloadATCD-495a504d92acd6eebe0a0a266bec1259fa1aaf9e.tar.gz
Include tao/StringSeq.pidl to fix duplicate symbols with msvc
* TAO/tests/Bug_1676_Regression/Test.idl: * TAO/tests/Bug_3524_Regression/README: * TAO/tests/Bug_3524_Regression/test.idl:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Bug_1676_Regression/Test.idl5
-rw-r--r--TAO/tests/Bug_3524_Regression/README5
-rw-r--r--TAO/tests/Bug_3524_Regression/test.idl2
3 files changed, 5 insertions, 7 deletions
diff --git a/TAO/tests/Bug_1676_Regression/Test.idl b/TAO/tests/Bug_1676_Regression/Test.idl
index 289fad1e325..688709b8845 100644
--- a/TAO/tests/Bug_1676_Regression/Test.idl
+++ b/TAO/tests/Bug_1676_Regression/Test.idl
@@ -1,5 +1,3 @@
-// -*- IDL -*-
-
//=============================================================================
/**
* @file Test.idl
@@ -7,10 +5,11 @@
* "test" IDL interface for the Uninitialized "out" param for sequence<string>
* can cause server to core test.
*
- * @author Kees van Marle <kvmarle@ermedy.nl>
+ * @author Kees van Marle <kvmarle@remedy.nl>
*/
//=============================================================================
+#include "tao/StringSeq.pidl"
module Test
{
diff --git a/TAO/tests/Bug_3524_Regression/README b/TAO/tests/Bug_3524_Regression/README
index db232cb3e61..636d004b6ac 100644
--- a/TAO/tests/Bug_3524_Regression/README
+++ b/TAO/tests/Bug_3524_Regression/README
@@ -1,9 +1,6 @@
-
-
-According to corba C++ mapping if bounds for IDL-bounded strings are violated
+According to CORBA C++ mapping if bounds for IDL-bounded strings are violated
then BAD_PARAM has to be thrown. Currently MARSHAL is thrown.
-
_Expected successful result_:
$ ./run_test.pl
diff --git a/TAO/tests/Bug_3524_Regression/test.idl b/TAO/tests/Bug_3524_Regression/test.idl
index b4800229e6e..d1825472e58 100644
--- a/TAO/tests/Bug_3524_Regression/test.idl
+++ b/TAO/tests/Bug_3524_Regression/test.idl
@@ -1,3 +1,5 @@
+#include "tao/StringSeq.pidl"
+
module Test
{
const short BOUND = 10;