* Test for bug ID #33795

git-svn-id: trunk@39200 -
This commit is contained in:
michael 2018-06-09 12:28:01 +00:00
parent 1e1fbf77db
commit d08f06df22

View File

@ -293,6 +293,8 @@ begin
testBCDDivide(100, -2, -50);
testBCDDivide(1007, 5, 201.4);
testBCDDivide(StrToBCD('224518.0639999999994919',FS), IntegerToBCD(6615), StrToBCD('33.94075041572184421646258503401360544217687074829931972789115646',FS)); // bug #33795
// test BCDCompare:
testBCDCompare(100, 100, 0);
testBCDCompare(-100.1, -100.1, 0);