aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_climate.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-24 16:45:07 +0100
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:20 +0100
commita2018bcc40d48bf5d1c0ad4e85f71210ff526036 (patch)
tree3f87a0335b0f319bfa887f1c2f7be2c1513001bf /tests/test_climate.py
parent3e2a07d483f61b5fbfe3fe22c18841c2fef09c8e (diff)
cleanup code before open sourcing
Diffstat (limited to 'tests/test_climate.py')
-rw-r--r--tests/test_climate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_climate.py b/tests/test_climate.py
index 73882f5..287b36a 100644
--- a/tests/test_climate.py
+++ b/tests/test_climate.py
@@ -13,12 +13,12 @@ log.debug('input path folder: {0}'.format(inputPath.absolute()))
def load_system():
- path = inputPath / 'climate.qdl'
+ path = inputPath / 'com.pelagicore.ivi.climate.qdl'
return FileSystem.parse_document(path)
def test_interface():
system = load_system()
- interface = system.lookup('vehicle.climate.ClimateControl')
+ interface = system.lookup('com.pelagicore.ivi.climate.ClimateControl')
assert interface.name == 'ClimateControl'