From acfc191403c50f8a04c6a5de6d7cb06f06a2eb81 Mon Sep 17 00:00:00 2001 From: kpouer Date: Sat, 9 Aug 2003 18:30:22 +0000 Subject: [PATCH] the tester moved in the good place --- .../src/test/ParserTester.java | 26 -------------------- 1 files changed, 0 insertions(+), 26 deletions(-) delete mode 100644 net.sourceforge.phpeclipse/src/test/ParserTester.java diff --git a/net.sourceforge.phpeclipse/src/test/ParserTester.java b/net.sourceforge.phpeclipse/src/test/ParserTester.java deleted file mode 100644 index e9a4efc..0000000 --- a/net.sourceforge.phpeclipse/src/test/ParserTester.java +++ /dev/null @@ -1,26 +0,0 @@ -package test; - -import junit.framework.TestCase; - - -/** - * A test for my php parser. - * to use it you have to switch PHPParser.PARSER_DEBUG to true and you can also switch the debugging flag - * of javaCC to true too (you have to regenerate the parser after that) - * Please never remove any test. If you find something that my parser do not handle correctly, - * you can tell me or add a test here. Thanks - * @author Matthieu Casanova - */ -public class ParserTester extends TestCase { - - public void testParser() throws Exception { - PHPParser parser = new PHPParser(); - parser.parseInfo(null,"'; ?>"); - parser.parseInfo(null,""); - parser.parseInfo(null,""); - parser.parseInfo(null,""); - parser.parseInfo(null,""); - parser.parseInfo(null,""); - parser.parseInfo(null,""); - } -} -- 1.7.1