• Francois Gouget's avatar
    Move the test strings into their own array and convert them to unicode · 49e119f9
    Francois Gouget authored
    using a for loop. This lets us later print the offending string when a
    test fails.
    Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as
    in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/).
    Uncomment the DateFromStr tests and fill in the todo fields where
    appropriate.
    Define an NB_OLE_STRINGS macro and use it to make sure all the arrays
    have the right number of fields.
    In the *FromStr loops, fill the return field with a dummy value (42)
    before calling the conversion function. This way a test no longer
    depends on whether the previous test failed or not!
    If a test is expected to fail, then retval is meaningless -> omit it
    from the result arrays.
    If a test actually fails or was expected to fail, then there is no
    point in checking retval.
    Improve error reporting.
    Pass the printf-style format directly to ok, remove the unnecessary
    sprintfs.
    49e119f9
Name
Last commit
Last update
controls Loading commit data...
dlls Loading commit data...
documentation Loading commit data...
files Loading commit data...
graphics Loading commit data...
if1632 Loading commit data...
include Loading commit data...
library Loading commit data...
loader Loading commit data...
memory Loading commit data...
misc Loading commit data...
miscemu Loading commit data...
msdos Loading commit data...
objects Loading commit data...
ole Loading commit data...
programs Loading commit data...
relay32 Loading commit data...
scheduler Loading commit data...
server Loading commit data...
tools Loading commit data...
unicode Loading commit data...
win32 Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
winedefault.reg Loading commit data...