Rename StartStopDeamonIT to StartStopDaemonIT
Change-Id: I5e4985ada14786ec97c92a13384ae8e8dd989e47
This commit is contained in:
@@ -24,8 +24,8 @@ import org.junit.Test;
|
|||||||
import org.junit.runner.Description;
|
import org.junit.runner.Description;
|
||||||
|
|
||||||
@Sandboxed
|
@Sandboxed
|
||||||
public class StartStopDeamonIT extends AbstractDaemonTest {
|
public class StartStopDaemonIT extends AbstractDaemonTest {
|
||||||
Description suiteDescription = Description.createSuiteDescription(StartStopDeamonIT.class);
|
Description suiteDescription = Description.createSuiteDescription(StartStopDaemonIT.class);
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sandboxedDaemonDoesNotLeakThreads() throws Exception {
|
public void sandboxedDaemonDoesNotLeakThreads() throws Exception {
|
Reference in New Issue
Block a user