Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-11-02 19:15:05 +0300
committerbubnikv <bubnikv@gmail.com>2016-11-02 19:15:05 +0300
commitd530bdba67d2a73abd512ea5f8f69ed181620289 (patch)
treeaeeea524b6ad7f085336f0d11b3a480cb47708df /t
parent28ccb51f9b5b594d88e6e4ce806ee7ba935aeb6a (diff)
Test of a 100% coverage by the FillRectilinear2 has been disabled before,
now also the expected number of tests executed has been adjusted accordingly.
Diffstat (limited to 't')
-rw-r--r--t/fill.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/fill.t b/t/fill.t
index bfdba00be..626144301 100644
--- a/t/fill.t
+++ b/t/fill.t
@@ -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;