Revision: 19623
http://sourceforge.net/p/gate/code/19623
Author: markagreenwood
Date: 2016-10-04 07:17:31 +0000 (Tue, 04 Oct 2016)
Log Message:
-----------
removed the template as it was wrong!
Removed Paths:
-------------
gate/branches/sawdust2/gate-core/src/test/disabled/gate/util/TestTemplate.java
Deleted:
gate/branches/sawdust2/gate-core/src/test/disabled/gate/util/TestTemplate.java
===================================================================
---
gate/branches/sawdust2/gate-core/src/test/disabled/gate/util/TestTemplate.java
2016-10-04 07:15:52 UTC (rev 19622)
+++
gate/branches/sawdust2/gate-core/src/test/disabled/gate/util/TestTemplate.java
2016-10-04 07:17:31 UTC (rev 19623)
@@ -1,58 +0,0 @@
-/*
- * TestTemplate.java
- *
- * Copyright (c) 1995-2012, The University of Sheffield. See the file
- * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
- *
- * This file is part of GATE (see http://gate.ac.uk/), and is free
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
- * Hamish Cunningham, 16/Mar/00
- *
- * $Id$
- */
-
-package gate.util;
-
-import junit.framework.*;
-
-/** Template test class - to add a new part of the test suite:
- * <UL>
- * <LI>
- * copy this class and change "Template" to the name of the new tests;
- * <LI>
- * add a line to TestGate.java in the suite method referencing your new
- * class;
- * <LI>
- * add test methods to this class.
- * </UL>
- */
-public class TestTemplate extends TestCase
-{
- /** Construction */
- public TestTemplate(String name) { super(name); }
-
- /** Fixture set up */
- @Override
- public void setUp() throws Exception {
- } // setUp
-
- /** Put things back as they should be after running tests.
- */
- @Override
- public void tearDown() throws Exception {
- } // tearDown
-
- /** A test */
- public void testSomething() throws Exception {
- assertTrue(true);
- } // testSomething()
-
- /** Test suite routine for the test runner */
- public static Test suite() {
- return new TestSuite(TestTemplate.class);
- } // suite
-
-} // class TestTemplate
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs