msi: Skip the endlines test if the table fails on import

James Hawkins truiken at gmail.com
Mon Mar 17 15:08:58 CDT 2008


On Mon, Mar 17, 2008 at 1:00 PM, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
>
> James Hawkins wrote:
>  > Hi,
>  >
>  > Fixes 33 test failures on win9x.
>  >
>  > Changelog:
>  > * Skip the endlines test if the table fails on import.
>  >
>  >  dlls/msi/tests/db.c |    7 ++++++-
>  >  1 files changed, 6 insertions(+), 1 deletions(-)
>  >
>  >
>  >
>  > ------------------------------------------------------------------------
>  >
>  >
>  But shouldn't the ok-call stay and be moved after the if? Or is there not much
>  extra information when add_table_to_db fails?
>

The ok is kinda pointless after the if statement.  The real tests are
the rest of the oks.

-- 
James Hawkins



More information about the wine-devel mailing list