summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-08-28 06:35:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-08-28 06:35:11 +0000
commit8a994d77525b162dde7e6d8dd55b852f0db01e94 (patch)
tree00234128a63d204cf8163d51d013c5f2046b8fd0
parent1c3ff839628e4d2f05742c6d2c0e924befaac600 (diff)
downloadATCD-8a994d77525b162dde7e6d8dd55b852f0db01e94.tar.gz
ChangeLogTag: Thu Aug 28 06:33:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ASNMP/tests/Address_Test.cpp2
-rw-r--r--ChangeLog7
2 files changed, 7 insertions, 2 deletions
diff --git a/ASNMP/tests/Address_Test.cpp b/ASNMP/tests/Address_Test.cpp
index e398892dbfb..134a3e8a950 100644
--- a/ASNMP/tests/Address_Test.cpp
+++ b/ASNMP/tests/Address_Test.cpp
@@ -262,7 +262,7 @@ static void TestNetbiosAddress()
ACE_ASSERT(strcmp((const char *)n1, (const char *)n4) == 0);
n1.set_service_type(nb_server);
- ACE_ASSERT(x == n1.get_service_type());
+ ACE_ASSERT(nb_server == n1.get_service_type());
}
// --------------- IPX ---------------
diff --git a/ChangeLog b/ChangeLog
index 2c72d0b4457..be05c22f5c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 28 06:33:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ASNMP/tests/Address_Test.cpp:
+ Fixed compile error
+
Thu Aug 28 04:24:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ACEXML/apps/svcconf/.depend.Makefile.ACEXML_XML_Svc_Conf_Parser:
@@ -16,7 +21,7 @@ Wed Aug 27 20:34:19 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* Kokyu/Kokyu_defs.h: Added export qualification to
Dispatcher_Attributes class to fix link error in
- Win2K_VC71_NET_DLL build.
+ Win2K_VC71_NET_DLL build.
Wed Aug 27 17:52:44 2003 George Edwards <g.edwards@vanderbilt.edu>