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 | 02879eced19bdd168fefaa41a22cbf35550ddd9b (patch) | |
tree | 8ab5d8d8cc9a34c048fd4696d17c3df3bbd4b4be /ASNMP | |
parent | fceb12e0511d7ea77f53adb4a4e6be7ea1cc237e (diff) | |
download | ATCD-02879eced19bdd168fefaa41a22cbf35550ddd9b.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 |