summaryrefslogtreecommitdiff
path: root/ASNMP/tests/Integer_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/tests/Integer_Test.cpp')
-rw-r--r--ASNMP/tests/Integer_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp
index c1026851f14..4b20b6ad7bd 100644
--- a/ASNMP/tests/Integer_Test.cpp
+++ b/ASNMP/tests/Integer_Test.cpp
@@ -68,7 +68,7 @@ static short si = 32768;
static void TestInteger32()
{
-
+#if !defined (ACE_WIN32)
// constructors
SnmpInt32 i1;
ACE_ASSERT(i1 == def);
@@ -114,6 +114,7 @@ static void TestInteger32()
ACE_ASSERT(i1 == us);
i1 = si; // unsigned short
ACE_ASSERT(i1 == si);
+ #endif /*ACE_WIN32*/
}
/*