Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -217,7 +217,7 @@ public abstract class AbstractModbusOSGiTest extends JavaOSGiTest {
|
||||
|
||||
protected void mockTransformation(String name, TransformationService service) {
|
||||
Dictionary<String, Object> params = new Hashtable<>();
|
||||
params.put("smarthome.transform", name);
|
||||
params.put("openhab.transform", name);
|
||||
registerService(service, params);
|
||||
}
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ public class NtpOSGiTest extends JavaOSGiTest {
|
||||
private static final String TEST_ITEM_NAME = "testItem";
|
||||
private static final String TEST_THING_ID = "testThingId";
|
||||
|
||||
// No bundle in ESH is exporting a package from which we can use item types
|
||||
// No bundle is exporting a package from which we can use item types
|
||||
// as constants, so we will use String.
|
||||
private static final String ACCEPTED_ITEM_TYPE_STRING = "String";
|
||||
private static final String ACCEPTED_ITEM_TYPE_DATE_TIME = "DateTime";
|
||||
|
||||
Reference in New Issue
Block a user