On Wed, Sep 7, 2011 at 11:28 AM, sebb <seb...@gmail.com> wrote:

> On 7 September 2011 16:18,  <ggreg...@apache.org> 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...
>
>
This test was an in progress brain fart that I've now reverted.

Gary


> >     }
> >
> >     @Test
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: http://s.apache.org/rl
Spring Batch in Action: http://s.apache.org/HOq
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to