summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-02-11 07:11:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-02-11 07:11:57 +0000
commitd2649ab47dbd39def9b6f3313336d14c385868a6 (patch)
tree613a5316829955029712f188279c1fe2c83f71d5
parent03101c2d527e495059735633908035e4759d5fa4 (diff)
downloadATCD-d2649ab47dbd39def9b6f3313336d14c385868a6.tar.gz
ChangeLogTag: Mon Feb 11 07:09:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog20
-rw-r--r--TAO/tests/DLL_ORB/client.bor2
-rw-r--r--TAO/tests/DLL_ORB/server.bor2
3 files changed, 15 insertions, 9 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index fe45fa0a859..20b4aedd6a3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,5 +1,11 @@
+Tue Feb 11 07:11:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/DLL_ORB/client.bor:
+ * tests/DLL_ORB/server.bor:
+ Fixed errors in these BCB makefiles.
+
Mon Feb 10 17:12:30 2003 Otis Nyandoro <o.nyandoro@ee.wits.ac.za>
-
+
* tests/RTCORBA/check_supported_priorities.cpp: Changed the
function to take in a ORB pointer. The function now queries the
ORB to get the scheduling policy in place before checking the
@@ -34,14 +40,14 @@ Mon Feb 10 17:12:30 2003 Otis Nyandoro <o.nyandoro@ee.wits.ac.za>
* tests/RTCORBA/Server_Protocol/server.cpp:
* tests/RTCORBA/Thread_Pool/client.cpp:
* tests/RTCORBA/Thread_Pool/server.cpp: We now do a check on
- supported priorities after the ORB is initialized.
-
+ supported priorities after the ORB is initialized.
+
* tests/RTCORBA/Banded_Connections/svc.conf:
- * tests/RTCORBA/Explicit_Binding/svc.conf:
+ * tests/RTCORBA/Explicit_Binding/svc.conf:
* tests/RTCORBA/Linear_Priority/svc.conf:
* tests/RTCORBA/Policy_Combinations/svc.conf: Added scheduling
policy to all the configurations.
-
+
* tests/RTCORBA/Client_Propagated/svc.conf:
* tests/RTCORBA/Collocation/svc.conf:
* tests/RTCORBA/Destroy_Thread_Pool/svc.conf:
@@ -56,11 +62,11 @@ Mon Feb 10 17:12:30 2003 Otis Nyandoro <o.nyandoro@ee.wits.ac.za>
* tests/RTCORBA/Thread_Pool/svc.conf: New files added with
scheduling information. This is not perfect for all cases, but a
good starting point for the bug reports that showed up about
- RTCORBA on Linux.
+ RTCORBA on Linux.
We need to relook into stressing these tests after 1.3.1 using
multiple scheduling policies. We have very less time to within
- the short timeframe available.
+ the short timeframe available.
Mon Feb 10 19:28:43 2003 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/tests/DLL_ORB/client.bor b/TAO/tests/DLL_ORB/client.bor
index c311c9d3da8..f7464594bea 100644
--- a/TAO/tests/DLL_ORB/client.bor
+++ b/TAO/tests/DLL_ORB/client.bor
@@ -14,7 +14,7 @@ CFLAGS = \
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(CORE_BINDIR)\Test_Client_Module$(LIB_DECORATOR)
+ $(CORE_BINDIR)\Test_Client_Module$(LIB_DECORATOR).lib
CPPDIR = .
diff --git a/TAO/tests/DLL_ORB/server.bor b/TAO/tests/DLL_ORB/server.bor
index 6b749e33075..ee1a428870e 100644
--- a/TAO/tests/DLL_ORB/server.bor
+++ b/TAO/tests/DLL_ORB/server.bor
@@ -14,7 +14,7 @@ CFLAGS = \
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(CORE_BINDIR)\Test_Server_Module$(LIB_DECORATOR)
+ $(CORE_BINDIR)\Test_Server_Module$(LIB_DECORATOR).lib
CPPDIR = .