summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-14 14:36:13 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-14 14:36:13 +0000
commit49dbff9afe0157a1af33779ec277ab66959ce3e5 (patch)
tree6f075ab5db78cef0eaedaa0ca7705f6972c339f4
parentfe6210cbe67a0dadafa715f63fabea25b89ddf07 (diff)
downloadATCD-49dbff9afe0157a1af33779ec277ab66959ce3e5.tar.gz
ChangeLogTag:Sun Dec 14 08:35:05 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-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