mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Add missing system profile types and UIDs (#4320)
* Add missing system profile types and UIDs Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ public class SystemProfileFactoryOSGiTest extends JavaOSGiTest {
|
||||
@Test
|
||||
public void systemProfileTypesAndUidsShouldBeAvailable() {
|
||||
Collection<ProfileTypeUID> systemProfileTypeUIDs = profileFactory.getSupportedProfileTypeUIDs();
|
||||
assertThat(systemProfileTypeUIDs, hasSize(21));
|
||||
assertThat(systemProfileTypeUIDs, hasSize(24));
|
||||
|
||||
Collection<ProfileType> systemProfileTypes = profileFactory.getProfileTypes(null);
|
||||
assertThat(systemProfileTypes, hasSize(systemProfileTypeUIDs.size()));
|
||||
|
||||
Reference in New Issue
Block a user