X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/parser/OverlibTestCase.java b/net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/parser/OverlibTestCase.java index b119ff8..db9099e 100644 --- a/net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/parser/OverlibTestCase.java +++ b/net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/parser/OverlibTestCase.java @@ -487,27 +487,14 @@ public class OverlibTestCase extends AbstractCompilerTest { ""); // parser.phpParserTester(strEval, 1); } - private void checkHTML(String strEval) { - if (Scanner.DEBUG) { - System.out.println("\n------------------------------------"); - System.out.println(strEval); - } - checkParseHTML( - strEval.toCharArray(), - ""); -// parser.phpParserTester(strEval, 1); - } // private void checkHTML(String strEval) { // if (Scanner.DEBUG) { // System.out.println("\n------------------------------------"); // System.out.println(strEval); // } -// parser.parse(strEval); -// } -// /** -// * The JUnit setup method -// */ -// protected void setUp() { -// parser = new Parser(null); +// checkParseHTML( +// strEval.toCharArray(), +// ""); +//// parser.phpParserTester(strEval, 1); // } }