You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2009/12/14 20:12:51 UTC

svn commit: r890447 - /commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/MethodTest.java

Author: henrib
Date: Mon Dec 14 19:12:49 2009
New Revision: 890447

URL: http://svn.apache.org/viewvc?rev=890447&view=rev
Log:
removed extra main method leftover from coding/debugging.

Modified:
    commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/MethodTest.java

Modified: commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/MethodTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/MethodTest.java?rev=890447&r1=890446&r2=890447&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/MethodTest.java (original)
+++ commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl2/MethodTest.java Mon Dec 14 19:12:49 2009
@@ -203,12 +203,5 @@
         o = e.evaluate(jc);
         assertEquals("Result is not 40", new Integer(40), o);
     }
-    /**
-     * Runs a test.
-     * @param args where args[0] is the test class name and args[1] the test class method
-     * @throws Exception
-     */
-    public static void main(String[] args) throws Exception {
-        runTest("MethodTest", "testNamespaceCall");
-    }
+
 }
\ No newline at end of file