summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/tests/Integer_Test.cpp2
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