Test of a 100% coverage by the FillRectilinear2 has been disabled before,

now also the expected number of tests executed has been adjusted accordingly.
This commit is contained in:
bubnikv 2016-11-02 17:15:05 +01:00
parent 28ccb51f9b
commit d530bdba67

View file

@ -2,7 +2,9 @@ use Test::More;
use strict;
use warnings;
plan tests => 43;
#plan tests => 43;
# Test of a 100% coverage is off.
plan tests => 19;
BEGIN {
use FindBin;