Skip to content

Commit

Permalink
Test of a 100% coverage by the FillRectilinear2 has been disabled bef…
Browse files Browse the repository at this point in the history
…ore,

now also the expected number of tests executed has been adjusted accordingly.
  • Loading branch information
bubnikv committed Nov 2, 2016
1 parent 28ccb51 commit d530bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/fill.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d530bdb

Please sign in to comment.