From dcdf2e222a955e2add3fec9e9304ccc8d4320c27 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sun, 1 Dec 2002 05:10:37 +0000 Subject: [PATCH] Not needed --- .../tools/checkstyle/TreeWalkerTest.java | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/tests/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java diff --git a/src/tests/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java b/src/tests/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java deleted file mode 100644 index aa6db6240..000000000 --- a/src/tests/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Created by IntelliJ IDEA. - * User: oliver.burn - * Date: 19/09/2002 - * Time: 18:35:19 - * To change template for new class use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package com.puppycrawl.tools.checkstyle; - -import junit.framework.TestCase; - -public class TreeWalkerTest - extends TestCase -{ - public void testCreate() - { - // TODO: This test does not make sense, what does it actually test? - GlobalProperties props = new GlobalProperties(); - new TreeWalker(props); - assertTrue(true); - } -}