wine-wine/dlls/oleaut32/tests
Francois Gouget 18e6bb81e3 Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and
VarBstrFromCy.
We cannot check for equality of floats or doubles because of rounding
errors. Check equality to 14 digits for doubles.
Add more precision to the expected results so that they match actual
results.
Print floating values with more precision so we know what went wrong.
Specify the locale for all variant functions that depend on it.
Added return codes for Win95. Win95 returns dates with only two digits
for the year.
Uncommented more VariantCopyInd and VariantChangeTypeEx tests.
2003-01-13 18:30:18 +00:00
..
.cvsignore Fixed VarBstrCmp/Cat .spec entries. 2002-12-23 02:02:49 +00:00
Makefile.in Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}. 2003-01-02 23:13:56 +00:00
safearray.c Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically. 2003-01-07 19:40:40 +00:00
vartest.c Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and 2003-01-13 18:30:18 +00:00