summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2010-11-07 00:15:25 +0000
committerSteve Huston <shuston@riverace.com>2010-11-07 00:15:25 +0000
commit0cd149f21025c5f262fb8785bb14ba9611695d65 (patch)
treec6c2f3efcfaa65f5bb9903228e0f93b03bd16005
parent043bb7dd9e763a647d774f9162b7cd0456635f49 (diff)
downloadATCD-0cd149f21025c5f262fb8785bb14ba9611695d65.tar.gz
ChangeLogTag:Sun Nov 7 00:13:13 UTC 2010 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog5
-rw-r--r--tests/INET_Addr_Test.cpp1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98eb07797da..f92f20bae15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 7 00:13:13 UTC 2010 Steve Huston <shuston@riverace.com>
+
+ * tests/INET_Addr_Test.cpp: Mismatching the addr->name test is not
+ necessarily an error.
+
Fri Nov 5 14:23:26 UTC 2010 Steve Huston <shuston@riverace.com>
* include/makeinclude/rules.local.GNU: Added a hook for users to
diff --git a/tests/INET_Addr_Test.cpp b/tests/INET_Addr_Test.cpp
index 5a31f9314fa..80b055d4e81 100644
--- a/tests/INET_Addr_Test.cpp
+++ b/tests/INET_Addr_Test.cpp
@@ -235,7 +235,6 @@ int run_main (int, ACE_TCHAR *[])
addr.get_host_name (),
addr.get_host_addr (),
ipv6_names[i]));
- status = 1;
}
}
}