openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #18959
Re: [Merge] lp:~googol/openlp/central-settings-place into lp:openlp
Review: Needs Fixing
Tests still failing.
FAIL: Test the AppLocation.get_data_path() method when a custom location is set in the settings
As per the output from the test, see tests/functional/openlp_core_utils/test_applocation.py, line 51, function get_data_path_with_custom_location_test():
mocked_settings.value.assert_called_with(u'advanced/data path', u'')
Expected: (u'advanced/data path', u'')
Called with: (u'advanced/data path')
--
https://code.launchpad.net/~googol/openlp/central-settings-place/+merge/144656
Your team OpenLP Core is subscribed to branch lp:openlp.
References