Fix error in test path

This commit is contained in:
Ross Hendrickson 2013-06-21 19:23:51 -06:00
parent 280d8e8405
commit 09fa9bc28d

View file

@ -19,7 +19,7 @@ class CuraFactoryTestCase(unittest.TestCase):
cura_engine = CuraFactory.create_slicer()
file_path = './cura/tests/test_02.stl'
file_path = './cura/tests/test.stl'
config_path = './cura/tests/config'
gcode_filename= './cura/tests/output.gcode'