From 536a11fabced912445e6f293692af69f9b0d8048 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 7 Apr 2004 16:04:35 +0000 Subject: [PATCH] Moved to default package. --- .../aspectj/tools/ajdoc/AjdocModuleTests.java | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 ajdoc/testsrc/org/aspectj/tools/ajdoc/AjdocModuleTests.java diff --git a/ajdoc/testsrc/org/aspectj/tools/ajdoc/AjdocModuleTests.java b/ajdoc/testsrc/org/aspectj/tools/ajdoc/AjdocModuleTests.java deleted file mode 100644 index a42b5435d..000000000 --- a/ajdoc/testsrc/org/aspectj/tools/ajdoc/AjdocModuleTests.java +++ /dev/null @@ -1,30 +0,0 @@ -/* ******************************************************************* - * Copyright (c) 2003 Contributors. - * All rights reserved. - * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 - * which accompanies this distribution and is available at - * http://www.eclipse.org/legal/cpl-v10.html - * - * Contributors: - * Mik Kersten initial implementation - * ******************************************************************/ - package org.aspectj.tools.ajdoc; - -import junit.framework.Test; -import junit.framework.TestSuite; - -/** - * @author Mik Kersten - */ -public class AjdocModuleTests { - public static Test suite() { - TestSuite suite = new TestSuite("Test for org.aspectj.tools.ajdoc"); - //$JUnit-BEGIN$ - suite.addTestSuite(SpacewarTestCase.class); - suite.addTestSuite(CoverageTestCase.class); - suite.addTestSuite(ExecutionTestCase.class);// !!! must be last because it exists - //$JUnit-END$ - return suite; - } -} -- 2.39.5