зеркало из https://github.com/mozilla/pjs.git
Bug 280807 : 004template.t miscalculates its number of checks
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
This commit is contained in:
Родитель
2b3e0cf579
Коммит
c8366e0887
|
@ -38,7 +38,8 @@ use CGI qw(-no_debug);
|
|||
|
||||
use File::Spec 0.82;
|
||||
use Template;
|
||||
use Test::More tests => ( scalar(@referenced_files) + $num_actual_files * 2 );
|
||||
use Test::More tests => ( scalar(@referenced_files) * scalar(@languages)
|
||||
+ $num_actual_files * 2 );
|
||||
|
||||
# Capture the TESTOUT from Test::More or Test::Builder for printing errors.
|
||||
# This will handle verbosity for us automatically.
|
||||
|
|
Загрузка…
Ссылка в новой задаче