Skip to content

Commit

Permalink
+ cleanup spreadsheet tests and corrected date & author
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 26, 2016
1 parent 1b8cd9b commit c674016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Spreadsheet/TestSpreadsheet.py
@@ -1,4 +1,5 @@
# (c) Juergen Riegel (juergen.riegel@web.de) 2007 LGPL
# (c) 2016 Werner Mayer
# LGPL

import os
import sys
Expand All @@ -17,7 +18,6 @@

class SpreadsheetCases(unittest.TestCase):
def setUp(self):
# set up a planar face with 2 triangles
self.doc = FreeCAD.newDocument()

def testAlias(self):
Expand Down

0 comments on commit c674016

Please sign in to comment.