Initial tests for import of ASCII STLs with varying line endings.

This commit is contained in:
bubnikv 2019-10-18 13:05:22 +02:00
parent e04e2b3636
commit 070070edba
7 changed files with 224 additions and 1 deletions

View file

@ -5,7 +5,7 @@
using namespace Slic3r;
SCENARIO("Reading 3mf file") {
SCENARIO("Reading 3mf file", "[3mf]") {
GIVEN("umlauts in the path of the file") {
Slic3r::Model model;
WHEN("3mf model is read") {