summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Fixed_Test.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2015-06-25 12:43:02 -0500
committerPhil Mesnier <mesnier_p@ociweb.com>2015-06-25 12:43:02 -0500
commit9ec2d24abd4b99f6a0233b1ec9b87f527267e563 (patch)
tree1d97e09f259956dfda04e84c0de28ea54cebc730 /ACE/tests/CDR_Fixed_Test.cpp
parentfba94d061ecdf31bf853f1c7a52bba7f54429e25 (diff)
downloadATCD-9ec2d24abd4b99f6a0233b1ec9b87f527267e563.tar.gz
Revert "Rewrote normalize to fix off-by-one error. Fixed bug in division and added test."revert-96-master
Diffstat (limited to 'ACE/tests/CDR_Fixed_Test.cpp')
-rw-r--r--ACE/tests/CDR_Fixed_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/CDR_Fixed_Test.cpp b/ACE/tests/CDR_Fixed_Test.cpp
index f9611bbf529..83c175a2f46 100644
--- a/ACE/tests/CDR_Fixed_Test.cpp
+++ b/ACE/tests/CDR_Fixed_Test.cpp
@@ -224,9 +224,6 @@ int run_main (int, ACE_TCHAR *[])
Fixed f29 = Fixed::from_integer (LongLong (1)) / Fixed::from_integer (LongLong (-3));
EXPECT ("-0.333333333333333333333333333333", f29); //TODO: one more 3
- Fixed f30 = Fixed::from_string("-9999752.0000") / Fixed::from_string("-4999876.00");
- EXPECT ("2", f30);
-
ACE_END_TEST;
return failed;
}