diff --git a/test/test_all.scad b/test/test_all.scad index f41a8dab..3fd4d3c7 100644 --- a/test/test_all.scad +++ b/test/test_all.scad @@ -18,7 +18,7 @@ include ; // Function include ; include ; -include ; +include ; include ; include ; include ; @@ -44,7 +44,7 @@ include ; include ; include ; include ; -include ; +include ; include ; include ; diff --git a/test/test_paths2sections.scad b/test/test_rails2sections.scad similarity index 85% rename from test/test_paths2sections.scad rename to test/test_rails2sections.scad index 9866fbe0..50382fa4 100644 --- a/test/test_paths2sections.scad +++ b/test/test_rails2sections.scad @@ -1,11 +1,11 @@ use ; use ; -use ; +use ; -module test_paths2sections() { +module test_rails2sections() { module test_simple_path() { - echo("==== test_paths2sections_simple_path ===="); + echo("==== test_rails2sections_simple_path ===="); paths = [ [[5, 0, 5], [15, 10, 10], [25, 20, 5]], @@ -20,7 +20,7 @@ module test_paths2sections() { [[25, 20, 5], [-25, 20, 5], [-25, 20, -5], [25, 20, -5]] ]; - actual = paths2sections(paths); + actual = rails2sections(paths); for(i = [0:len(paths[0]) - 1]) { assertEqualPoints(expected[i], actual[i]); @@ -29,7 +29,7 @@ module test_paths2sections() { module test_bezier_path() { - echo("==== test_paths2sections_bezier_path ===="); + echo("==== test_rails2sections_bezier_path ===="); t_step = 0.05; @@ -48,7 +48,7 @@ module test_paths2sections() { ) ]; - sections = paths2sections(paths); + sections = rails2sections(paths); for(i = [0:len(sections) - 1]) { for(j = [0:len(sections[i]) - 1]) { @@ -61,4 +61,4 @@ module test_paths2sections() { test_bezier_path(); } -test_paths2sections(); \ No newline at end of file +test_rails2sections(); \ No newline at end of file diff --git a/test/test_shape_starburst.scad b/test/test_shape_star.scad similarity index 100% rename from test/test_shape_starburst.scad rename to test/test_shape_star.scad