diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-29 06:56:26 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-03-29 06:56:26 +0000 |
commit | 07ffffea962b5b1745dba01b64affd52edccf455 (patch) | |
tree | 8ab5d8d8cc9a34c048fd4696d17c3df3bbd4b4be /ASNMP | |
parent | 735f5911be84db43c8db422fcea88ce9430d0ef9 (diff) | |
download | ATCD-07ffffea962b5b1745dba01b64affd52edccf455.tar.gz |
ChangeLogTag:Mon Mar 29 06:56:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/tests/Integer_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp index 4b20b6ad7bd..fbb043a3ca2 100644 --- a/ASNMP/tests/Integer_Test.cpp +++ b/ASNMP/tests/Integer_Test.cpp @@ -133,6 +133,7 @@ static void TestInteger32() */ static void TestUnsignedInteger32() { +#if !defined (ACE_WIN32) // constructors SnmpUInt32 u1; ACE_ASSERT(u1 == def); @@ -178,6 +179,7 @@ static void TestUnsignedInteger32() ACE_ASSERT(u1 == us); u1 = si; // unsigned short ACE_ASSERT(u1 == si); +#endif /*ACE_WIN32 */ } int |