From 451fec896ca8af988dac09f2e845cd5acd73d28d Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 1 Jun 2017 17:02:20 +0800 Subject: [PATCH] updated messages --- test/test_paths2sections.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_paths2sections.scad b/test/test_paths2sections.scad index a56c9397..e8444805 100644 --- a/test/test_paths2sections.scad +++ b/test/test_paths2sections.scad @@ -5,7 +5,7 @@ include ; module test_paths2sections() { module test_simple_path() { - echo("==== test_simple_path ===="); + echo("==== test_paths2sections_simple_path ===="); paths = [ [[5, 0, 5], [15, 10, 10], [25, 20, 5]], @@ -29,7 +29,7 @@ module test_paths2sections() { module test_bezier_path() { - echo("==== test_bezier_path ===="); + echo("==== test_paths2sections_bezier_path ===="); t_step = 0.05;