From 47292d3ec78839b36874b060851192dee02f03d1 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Thu, 7 Nov 2013 20:42:21 +0000 Subject: [PATCH] Changed test path --- .../openlp_plugins/presentations/test_pptviewcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py b/tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py index 2492488e5..338f7825c 100644 --- a/tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py +++ b/tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py @@ -133,7 +133,7 @@ class TestPptviewDocument(TestCase): self.mock_os.path.isdir.return_value = False self.mock_controller.process.OpenPPT.return_value = -1 instance = PptviewDocument(self.mock_controller, self.mock_presentation) - instance.filepath = 'xyc' + instance.filepath = 'test\path.ppt' result = instance.load_presentation() # THEN: The temporary directory should be created and PptviewDocument.load_presentation should return False