summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/client.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c458aacfcb9..228a3529c07 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Mar 21 20:44:33 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
+
+ * tests/RTCORBA/Banded_Connections/client.cpp:
+
+ Fixed misleading error message.
+
Wed Mar 21 07:05:40 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/Client_Leaks/client.dsp:
diff --git a/TAO/tests/RTCORBA/Banded_Connections/client.cpp b/TAO/tests/RTCORBA/Banded_Connections/client.cpp
index b1580ad4b5a..92a86d4887e 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/client.cpp
+++ b/TAO/tests/RTCORBA/Banded_Connections/client.cpp
@@ -317,7 +317,7 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
invocation_exception_test (client_propagated_obj.in (),
- client_priority1,
+ client_priority3,
ACE_TRY_ENV);
ACE_TRY_CHECK;