Skip to content

Commit

Permalink
Integrate junit version in ClientTpcConfigTest and HazelcastOSGiIT te…
Browse files Browse the repository at this point in the history
…st classes hazelcast#26193
  • Loading branch information
mohyazdanpanah committed Dec 23, 2023
1 parent d42b2e0 commit 164d0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.Assert.assertTrue;

/**
* Needs to run serially because it messes with system properties.
Expand Down
Expand Up @@ -18,8 +18,8 @@

import com.hazelcast.instance.BuildInfoProvider;
import com.hazelcast.test.annotation.QuickTest;
import org.junit.After;
import org.junit.experimental.categories.Category;
import org.junit.jupiter.api.AfterEach;
import org.ops4j.pax.exam.Option;
import org.ops4j.pax.exam.junit.Configuration;
import org.ops4j.pax.exam.junit.ExamReactorStrategy;
Expand Down Expand Up @@ -65,7 +65,7 @@ public Option[] config() {
return options(hzBundle, junitBundles);
}

@AfterEach
@After
public void tearDown() throws Exception {
for (Bundle bundle : bundleContext.getBundles()) {
if ("com.hazelcast".equals(bundle.getSymbolicName())) {
Expand Down

0 comments on commit 164d0b4

Please sign in to comment.