Make tests happy

This commit is contained in:
Alessandro Ranellucci 2013-03-07 16:24:25 +01:00
parent 97e864699e
commit 2f192bddca
5 changed files with 11 additions and 8 deletions

View file

@ -89,6 +89,7 @@ my $test = sub {
$config->set('retract_length', [1.5]);
$config->set('retract_before_travel', [3]);
$config->set('only_retract_when_crossing_perimeters', 0);
my $retract_tests = sub {
my ($descr) = @_;

View file

@ -40,8 +40,8 @@ use Slic3r::Test;
};
ok $test->(), "proper number of shells is applied";
$config->set('fill_density', 0);
ok $test->(), "proper number of shells is applied even when fill density is none";
}