diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-03-26 15:50:46 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-03-26 15:50:46 +0000 |
commit | c8c7ccb6d0f352a56dc5ad8dc6852b563151248c (patch) | |
tree | e9ea01a5d836cdb4171b0ac68fb9f35510d56372 /ASNMP | |
parent | 7c74e3cbcb444ab22ab5c77db4d79ce7d76fa5d5 (diff) | |
download | ATCD-c8c7ccb6d0f352a56dc5ad8dc6852b563151248c.tar.gz |
ChangeLogTag:Fri Mar 26 09:49:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/tests/Integer_Test.cpp | 3 |
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*/ } /* |