changed test path to be "more" compatable with other os's

This commit is contained in:
phill-ridout 2013-07-02 22:10:28 +01:00
parent e9c56b6cc5
commit b344d6b52b
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ from mock import patch, MagicMock
from openlp.plugins.songs.lib.ewimport import EasyWorshipSongImport, FieldDescEntry, FieldType
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), u'../../../resources/easyworshipsongs'))
TEST_PATH = os.path.abspath(
os.path.join(os.path.dirname(__file__), u'..', u'..', u'..', u'resources', u'easyworshipsongs'))
SONG_TEST_DATA = [
{u'title': u'Amazing Grace',
u'authors': [u'John Newton'],