mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 04:28:05 +01:00
* Test ftBCD fields .asstring
git-svn-id: trunk@15298 -
This commit is contained in:
parent
f0aeeed4c4
commit
1aa47e7b2f
@ -1880,6 +1880,7 @@ begin
|
||||
|
||||
for i := 0 to testValuesCount-1 do
|
||||
begin
|
||||
AssertEquals(CurrToStr(testCurrencyValues[i]),Fld.AsString);
|
||||
AssertEquals(testCurrencyValues[i],Fld.AsCurrency);
|
||||
AssertEquals(testCurrencyValues[i],Fld.AsFloat);
|
||||
ds.Next;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user