On 7 September 2011 16:18, <[email protected]> wrote: > Author: ggregory > Date: Wed Sep 7 15:18:43 2011 > New Revision: 1166221 > > URL: http://svn.apache.org/viewvc?rev=1166221&view=rev > Log: > Convert to JUnit 4 from 3. > > Modified: > > commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java > > Modified: > commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java > URL: > http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java?rev=1166221&r1=1166220&r2=1166221&view=diff > ============================================================================== > --- > commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java > (original) > +++ > commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java > Wed Sep 7 15:18:43 2011 > @@ -197,7 +197,7 @@ public class MethodUtilsTest { > > @Test > public void testInvokeExactMethodNoParam() throws Exception { > - assertEquals("foo()", MethodUtils.invokeExactMethod(testBean, > "foo")); > + //assertEquals("foo()", MethodUtils.invokeExactMethod(testBean, > "foo"));
Huh? The test now does nothing... > } > > @Test > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
