Merge
This commit is contained in:
commit
27c5ebc1c1
@ -86,8 +86,11 @@ public class Test1 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (s1 != null)
|
||||
s1.stop(2);
|
||||
if (s2 != null)
|
||||
s2.stop(2);
|
||||
if (executor != null)
|
||||
executor.shutdown ();
|
||||
}
|
||||
}
|
||||
|
@ -85,8 +85,11 @@ public class Test12 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (s1 != null)
|
||||
s1.stop(2);
|
||||
if (s2 != null)
|
||||
s2.stop(2);
|
||||
if (executor != null)
|
||||
executor.shutdown ();
|
||||
}
|
||||
}
|
||||
|
@ -81,8 +81,11 @@ public class Test13 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (s1 != null)
|
||||
s1.stop(2);
|
||||
if (s2 != null)
|
||||
s2.stop(2);
|
||||
if (executor != null)
|
||||
executor.shutdown ();
|
||||
}
|
||||
}
|
||||
|
@ -62,7 +62,9 @@ public class Test3 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (server != null)
|
||||
server.stop(2);
|
||||
if (exec != null)
|
||||
exec.shutdown();
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,9 @@ public class Test4 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (server != null)
|
||||
server.stop(2);
|
||||
if (exec != null)
|
||||
exec.shutdown();
|
||||
}
|
||||
}
|
||||
|
@ -61,7 +61,9 @@ public class Test5 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay ();
|
||||
if (server != null)
|
||||
server.stop(2);
|
||||
if (exec != null)
|
||||
exec.shutdown();
|
||||
}
|
||||
}
|
||||
|
@ -97,8 +97,11 @@ public class Test9 extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (s1 != null)
|
||||
s1.stop(2);
|
||||
if (s2 != null)
|
||||
s2.stop(2);
|
||||
if (executor != null)
|
||||
executor.shutdown ();
|
||||
}
|
||||
}
|
||||
|
@ -92,7 +92,9 @@ public class Test9a extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (server != null)
|
||||
server.stop(2);
|
||||
if (executor != null)
|
||||
executor.shutdown();
|
||||
}
|
||||
}
|
||||
|
@ -89,7 +89,9 @@ public class TestLogging extends Test {
|
||||
System.out.println ("OK");
|
||||
} finally {
|
||||
delay();
|
||||
if (s1 != null)
|
||||
s1.stop(2);
|
||||
if (executor != null)
|
||||
executor.shutdown();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user