diff options
| author | Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com> | 2016-11-24 16:45:07 +0100 |
|---|---|---|
| committer | Juergen Ryannel <juergen.bocklage-ryannel@pelagicore.com> | 2016-11-30 10:01:20 +0100 |
| commit | a2018bcc40d48bf5d1c0ad4e85f71210ff526036 (patch) | |
| tree | 3f87a0335b0f319bfa887f1c2f7be2c1513001bf /tests/test_climate.py | |
| parent | 3e2a07d483f61b5fbfe3fe22c18841c2fef09c8e (diff) | |
cleanup code before open sourcing
Diffstat (limited to 'tests/test_climate.py')
| -rw-r--r-- | tests/test_climate.py | 4 |
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' |
