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;
|
||||
|
||||
@Sandboxed
|
||||
public class StartStopDeamonIT extends AbstractDaemonTest {
|
||||
Description suiteDescription = Description.createSuiteDescription(StartStopDeamonIT.class);
|
||||
public class StartStopDaemonIT extends AbstractDaemonTest {
|
||||
Description suiteDescription = Description.createSuiteDescription(StartStopDaemonIT.class);
|
||||
|
||||
@Test
|
||||
public void sandboxedDaemonDoesNotLeakThreads() throws Exception {
|
Reference in New Issue
Block a user