summaryrefslogtreecommitdiff
path: root/tests/test_lookup.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-01-08 07:41:31 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-01-08 08:10:58 +0100
commitcc9c3cee8963a5e2b1a53b931636278721e793f7 (patch)
treefca12f32a85c1b21344de61db770ec65a80c5f57 /tests/test_lookup.py
parentbfc46d87be4205e4433a9cef41d43cf3a9ee0692 (diff)
downloadqtivi-qface-cc9c3cee8963a5e2b1a53b931636278721e793f7.tar.gz
Started to use .qface file extension for interface files. The parse method accepts now also a file pattern to find the correct interface files.
Diffstat (limited to 'tests/test_lookup.py')
-rw-r--r--tests/test_lookup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lookup.py b/tests/test_lookup.py
index 28115dd..7ff7aa5 100644
--- a/tests/test_lookup.py
+++ b/tests/test_lookup.py
@@ -14,7 +14,7 @@ log.debug('input path folder: {0}'.format(inputPath.absolute()))
def load_tuner():
- path = inputPath / 'com.pelagicore.ivi.tuner.qdl'
+ path = inputPath / 'com.pelagicore.ivi.tuner.qface'
return FileSystem.parse_document(path)