From 24728b4fa1eff0e4d02ed8f996adfdada63b148c Mon Sep 17 00:00:00 2001 From: Kurt Kremitzki Date: Thu, 6 Apr 2017 00:23:19 -0500 Subject: [PATCH] Change TestPartDesignApp to spaces and unix line endings --- src/Mod/PartDesign/TestPartDesignApp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/TestPartDesignApp.py b/src/Mod/PartDesign/TestPartDesignApp.py index 478d4b53f9..ddfac85579 100644 --- a/src/Mod/PartDesign/TestPartDesignApp.py +++ b/src/Mod/PartDesign/TestPartDesignApp.py @@ -28,9 +28,10 @@ import Sketcher import PartDesign import TestSketcherApp + App = FreeCAD #--------------------------------------------------------------------------- -# define the test cases to test the FreeCAD Sketcher module +# define the test cases to test the FreeCAD PartDesign module #---------------------------------------------------------------------------