Skip to content

Commit

Permalink
Re #5939. Try to fix test that's failing in some places.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Oct 15, 2013
1 parent f8f5789 commit 55f7f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/test/MantidPlotFoldersTest.py
Expand Up @@ -10,8 +10,8 @@ class MantidPlotFoldersTest(unittest.TestCase):

def setUp(self):
# Make sure NOT to ask to close a folder. This hangs up tests
import _qti
_qti.app.setConfirmFolderClose(False)
pass

def tearDown(self):
pass
Expand Down

0 comments on commit 55f7f25

Please sign in to comment.