From 3f9d32d9fdaca6fa126383edf09d18df6277bfb7 Mon Sep 17 00:00:00 2001 From: bala Date: Fri, 13 Apr 2001 15:18:18 +0000 Subject: ChangeLogTag: Fri Apr 13 10:49:36 2001 Balachandran Natarajan --- TAO/ChangeLogs/ChangeLog-02a | 8 ++++++++ TAO/tests/IORManipulation/IORTest.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 4735789e385..de89bbe41d5 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,11 @@ +Fri Apr 13 10:49:36 2001 Balachandran Natarajan + + * tests/IORManipulation/IORTest.cpp: Fixed a small problem that + was showing up in the builds as test failures. The test used the + name of a machine "acme.cs.wustl.edu" for creating IOR's. Looks + like the machine has been removed from the network. The creation + of IOR's failed and hence the test. + Fri Apr 13 2:15:04 2001 Yamuna Krishnamurthy * orbsvcs/tests/AVStreams/Component_Switching/sender.cpp: diff --git a/TAO/tests/IORManipulation/IORTest.cpp b/TAO/tests/IORManipulation/IORTest.cpp index 8e4f95d4373..6aebead8985 100644 --- a/TAO/tests/IORManipulation/IORTest.cpp +++ b/TAO/tests/IORManipulation/IORTest.cpp @@ -64,7 +64,7 @@ main (int argc, char *argv[]) // Create a few fictitious IORs CORBA::Object_var name1 = - orb_->string_to_object ("iiop://acme.cs.wustl.edu:6060/xyz", + orb_->string_to_object ("iiop://macarena.cs.wustl.edu:6060/xyz", ACE_TRY_ENV); ACE_TRY_CHECK; CORBA::Object_var name2 = -- cgit v1.2.1