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:
parent
28ccb51f9b
commit
d530bdba67
1 changed files with 3 additions and 1 deletions
4
t/fill.t
4
t/fill.t
|
@ -2,7 +2,9 @@ use Test::More;
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
plan tests => 43;
|
#plan tests => 43;
|
||||||
|
# Test of a 100% coverage is off.
|
||||||
|
plan tests => 19;
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
use FindBin;
|
use FindBin;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue