mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-14 05:54:57 +00:00
should now run the last bit of code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a33961018a
commit
74d20911d4
@ -326,7 +326,7 @@ public void testLexx() {
|
||||
new DurationFormatUtils.Token( new Object() )
|
||||
) );
|
||||
assertFalse( "Token equal to Token with different count. ", token.equals(
|
||||
new DurationFormatUtils.Token( new Object(), 1 )
|
||||
new DurationFormatUtils.Token( DurationFormatUtils.y, 1 )
|
||||
) );
|
||||
DurationFormatUtils.Token numToken = new DurationFormatUtils.Token( new Integer(1), 4 );
|
||||
assertTrue( "Token with Number value not equal to itself. ", numToken.equals( numToken ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user