summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2010-11-07 00:15:50 +0000
committerSteve Huston <shuston@riverace.com>2010-11-07 00:15:50 +0000
commite309b857481f28899d2dc5cdd2181d54fed9112a (patch)
tree5fd91e33b582f8ff49c0f7389a64ac1644706766
parent1da058e4cff56f590b2ccb5a0b0dbee42c7e99d5 (diff)
downloadATCD-e309b857481f28899d2dc5cdd2181d54fed9112a.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 2c6317ac147..c0fcdbd4bed 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 4a3f1ca6e51..c56c6159d60 100644
--- a/tests/INET_Addr_Test.cpp
+++ b/tests/INET_Addr_Test.cpp
@@ -238,7 +238,6 @@ int run_main (int argc, ACE_TCHAR *argv[])
addr.get_host_name (),
addr.get_host_addr (),
ipv6_names[i]));
- status = 1;
}
}
}