Browse Source

Fix test description

Alessandro Ranellucci 11 years ago
parent
commit
5c191c062f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      t/shells.t

+ 1 - 1
t/shells.t

@@ -90,7 +90,7 @@ use Slic3r::Test;
             if $info->{extruding} && ($args->{F} // $self->F) == $config->solid_infill_speed*60;
     });
     is scalar(keys %layers), $config->bottom_solid_layers,
-        "shells are not extended into void if fill density is 0";
+        "shells are not propagated across perimeters of the neighbor layer";
 }
 
 __END__