summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tests/IORManipulation/IORTest.cpp2
2 files changed, 9 insertions, 1 deletions
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 <bala@cs.wustl.edu>
+
+ * 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 <yamuna@cs.wustl.edu>
* 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 =