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:
J-N-K
2024-07-16 22:52:25 +02:00
committed by GitHub
parent f631f1bbca
commit 6f0add09ba
3 changed files with 15 additions and 3 deletions
@@ -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()));