1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

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
+3 -1
View File
@@ -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;