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

@@ -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";
}