提交 a0a6779f 编写于 作者: K kohsuke

getting rid of redundant constructors.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11518 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e86ac080
......@@ -9,10 +9,6 @@ import org.jvnet.hudson.test.HudsonTestCase;
* @author Kohsuke Kawaguchi
*/
public class AbstractProjectTest extends HudsonTestCase {
public AbstractProjectTest(String name) {
super(name);
}
/**
* Tests the workspace deletion.
*/
......
......@@ -13,10 +13,6 @@ import javax.mail.internet.InternetAddress;
* @author Kohsuke Kawaguchi
*/
public class MailerTest extends HudsonTestCase {
public MailerTest(String name) {
super(name);
}
@Bug(1566)
public void testSenderAddress() throws Exception {
// intentionally give the whole thin in a double quote
......
......@@ -14,10 +14,6 @@ import java.util.concurrent.ExecutionException;
*/
public class AppTest extends HudsonTestCase
{
public AppTest(String name) {
super(name);
}
public void test1() throws Exception {
meat();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册