summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-04-13 15:18:18 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-04-13 15:18:18 +0000
commit3f9d32d9fdaca6fa126383edf09d18df6277bfb7 (patch)
tree13c28cda7b1c9e3b9dca7807d0c1be136e5eed0a
parent2c6f13dfeba301d750c8ddd71cab78a34ae4a012 (diff)
downloadATCD-3f9d32d9fdaca6fa126383edf09d18df6277bfb7.tar.gz
ChangeLogTag: Fri Apr 13 10:49:36 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-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 =