Explorar o código

* Restored disappeared test

git-svn-id: trunk@49631 -
michael %!s(int64=4) %!d(string=hai) anos
pai
achega
0e3d95b589
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);