* Test ftBCD fields .asstring

git-svn-id: trunk@15298 -
This commit is contained in:
joost 2010-05-20 18:31:38 +00:00
parent f0aeeed4c4
commit 1aa47e7b2f

View File

@ -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;