From 8b2c2f9eefba1c9f2ccbef4c567fedf0c2a8de12 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 4 Apr 2014 23:12:44 +0200 Subject: [PATCH] fixed a test --- tests/functional/openlp_core_common/test_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_common/test_common.py b/tests/functional/openlp_core_common/test_common.py index 4f9a471e4..90b7d0520 100644 --- a/tests/functional/openlp_core_common/test_common.py +++ b/tests/functional/openlp_core_common/test_common.py @@ -79,4 +79,5 @@ class TestCommonFunctions(TestCase): trace_error_handler(mocked_logger) # THEN: The mocked_logger.error() method should have been called with the correct parameters - mocked_logger.error.assert_called_with('Called by trace_error_handler_test at line 56 in openlp.fake') + mocked_logger.error.assert_called_with('OpenLP Error trace\n File openlp.fake at line 56 \n\t called trace_error_handler_test') +