Changeset 2036

Show
Ignore:
Timestamp:
02/29/08 08:33:34 (3 months ago)
Author:
joshr
Message:

fixed predicting numberof tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Swishetest/trunk/t/030-C030-medsm-xml.t

    r2034 r2036  
    3131    my $numdicts = scalar(@dicts); 
    3232    my $numfiletypes = scalar(@filetypes); 
    33     my $totalnumtests = $numfiletypes * (3 + $numdictwords)
     33    my $totalnumtests = $numfiletypes * $numdictwords + scalar(@dicts) * scalar(@filetypes) * 3
    3434    # three tests plus one for each word, for each dictionary and filetype. 
    3535    #plan tests => ($numdicts * $numfiletypes * (3 + $max_words ));