Disable combinations processing until next version

This commit is contained in:
unknown 2007-11-26 16:19:34 +01:00
parent 72cafd4787
commit 75ea7c7e66

View file

@ -365,7 +365,7 @@ sub collect_one_suite($$)
# ----------------------------------------------------------------------
# Proccess combinations only if new tests were added
# ----------------------------------------------------------------------
if ($combinations && $begin_index <= $#{@$cases})
if (0 and $combinations && $begin_index <= $#{@$cases})
{
my $end_index = $#{@$cases};
my $is_copy;