summaryrefslogtreecommitdiff
path: root/tests/OS_Test.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-19 08:40:28 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-19 08:40:28 +0000
commitdee899c8ff99fe26e308f713e728db4dff2882c7 (patch)
tree93ac25cea28e28f3892623e98e3657d2597bb550 /tests/OS_Test.cpp
parent33dcb4d2015f14836d30cb0cd9210a1b9fd25107 (diff)
downloadATCD-Validator_20021119.tar.gz
This commit was manufactured by cvs2svn to create tagValidator_20021119
'Validator_20021119'.
Diffstat (limited to 'tests/OS_Test.cpp')
-rw-r--r--tests/OS_Test.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/OS_Test.cpp b/tests/OS_Test.cpp
index 3c7de4ece39..8a634164216 100644
--- a/tests/OS_Test.cpp
+++ b/tests/OS_Test.cpp
@@ -231,24 +231,6 @@ string_emulation_test (void)
ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (42, itoa1, 16),
"2a") == 0);
-
- ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (8, itoa1, 10),
- "8") == 0);
-
- ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (-8, itoa1, 10),
- "-8") == 0);
-
- ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (20345, itoa1, 10),
- "20345") == 0);
-
- ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (-20345, itoa1, 10),
- "-20345") == 0);
-
- ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (4566733, itoa1, 10),
- "4566733") == 0);
-
- ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::itoa (-4566733, itoa1, 10),
- "-4566733") == 0);
}
#if defined (ACE_HAS_WCHAR)