Bug fix: Minor bug in previous commit, test added to catch that bug also.
This commit is contained in:
parent
c958482196
commit
a4d4305919
|
@ -226,6 +226,7 @@ private:
|
|||
// Test for not found
|
||||
ASSERT_EQUALS( TOKEN::multiCompare( "one|two", "notfound" ), -1 );
|
||||
ASSERT_EQUALS( TOKEN::multiCompare( "verybig|two", "s" ), -1 );
|
||||
ASSERT_EQUALS( TOKEN::multiCompare( "one|two", "ne" ), -1 );
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue