summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/OBV/Supports/Supports_Test.mpc6
2 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f87e16291c3..ebfe909dd00 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Sun Dec 14 08:35:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tests/OBV/Supports/Supports.mpc:
+
+ Prevent this test from compiling since the support for
+ "supports" is broken.
+
Sat Dec 13 09:05:20 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc:
diff --git a/TAO/tests/OBV/Supports/Supports_Test.mpc b/TAO/tests/OBV/Supports/Supports_Test.mpc
index 3f9dc4ef6a7..24aebf5b75b 100644
--- a/TAO/tests/OBV/Supports/Supports_Test.mpc
+++ b/TAO/tests/OBV/Supports/Supports_Test.mpc
@@ -2,6 +2,9 @@
project(*Server): taoserver, valuetype {
exename = server
+ // This is just a dummy_lable to prevent the test from being compiled
+ // in MPC builds
+ requires += dummy_label
libs += TAO_Strategies
libpaths += ../../../../ace,../../../tao,../../../tao/PortableServer,../../../tao/Valuetype,../../../tao/IORInterceptor,../../../tao/ObjRefTemplate,../../../tao/Strategies
Source_Files {
@@ -19,6 +22,9 @@ project(*Server): taoserver, valuetype {
project(*Client): taoclient, taoserver, valuetype {
exename = client
+ // This is just a dummy_lable to prevent the test from being compiled
+ // in MPC builds
+ requires += dummy_label
libpaths += ../../../../ace,../../../tao,../../../tao/PortableServer,../../../tao/Valuetype,../../../tao/IORInterceptor,../../../tao/ObjRefTemplate,../../../tao/Strategies
Source_Files {
client.cpp