Move Java only tests from org.openhab.core.tests to org.openhab.core (#2768)

These tests only require Java and not OSGi.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2022-02-15 16:34:14 +01:00 committed by GitHub
parent 8f5d703ceb
commit fb6ef20cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import java.util.function.Supplier;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.junit.jupiter.api.Test;
import org.openhab.core.test.java.JavaTest;
import org.openhab.core.JavaTest;
/**
* Tests cases for {@link ExpiringAsyncCache}.

View File

@ -46,8 +46,8 @@ import org.junit.jupiter.api.TestInfo;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;
import org.openhab.core.JavaTest;
import org.openhab.core.common.QueueingThreadPoolExecutor;
import org.openhab.core.test.java.JavaTest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;