]> git.basschouten.com Git - openhab-addons.git/commit
[bosesoundtouch] Fix regression and add tests (#14097)
authorlsiepel <leosiepel@gmail.com>
Fri, 30 Dec 2022 12:58:27 +0000 (13:58 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Dec 2022 12:58:27 +0000 (13:58 +0100)
commit5881cf0cbe8f2166cffc33eb9b30fbc42ed2009e
tree6b4eaf3c6c69608219b8b9627d09640468eb1d59
parent8904f92e7b0f17ca1e61b863c6b28e64532e1c7f
[bosesoundtouch] Fix regression and add tests (#14097)

* Fix regression and add tests

Signed-off-by: lsiepel <leosiepel@gmail.com>
bundles/org.openhab.binding.bosesoundtouch/src/main/java/org/openhab/binding/bosesoundtouch/internal/CommandExecutor.java
bundles/org.openhab.binding.bosesoundtouch/src/main/java/org/openhab/binding/bosesoundtouch/internal/XMLResponseHandler.java
bundles/org.openhab.binding.bosesoundtouch/src/main/java/org/openhab/binding/bosesoundtouch/internal/XMLResponseProcessor.java
bundles/org.openhab.binding.bosesoundtouch/src/main/java/org/openhab/binding/bosesoundtouch/internal/handler/BoseSoundTouchHandler.java
bundles/org.openhab.binding.bosesoundtouch/src/test/java/org/openhab/binding/bosesoundtouch/internal/SoundTouch20Tests.java [new file with mode: 0644]
bundles/org.openhab.binding.bosesoundtouch/src/test/java/org/openhab/binding/bosesoundtouch/internal/handler/InMemmoryContentStorage.java [new file with mode: 0644]