Browse Source

* Restored disappeared test

git-svn-id: trunk@49631 -
michael 4 years ago
parent
commit
0e3d95b589
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/test/units/fmtbcd/tfmtbcd.pp

+ 1 - 0
tests/test/units/fmtbcd/tfmtbcd.pp

@@ -254,6 +254,7 @@ begin
   testFormatBCD('0;;0',bcd, '0');
   testFormatBCD('0;;#',bcd, '');
   testFormatBCD('0;;0.00',bcd, '0.00');
+  testFormatBCD('0;;0.#',bcd, '0');
 
   // test StrToBCD:
   testBCDPrecScale(' 1.0000000000000000E-0003 ', 3, 3);