mirror of https://github.com/apache/lucene.git
JUnit: expected, actual
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c44c040207
commit
04c866d63a
|
@ -68,7 +68,7 @@ public class TestSnowball extends TestCase {
|
|||
for (int i=0; i<output.length; i++) {
|
||||
Token t = ts.next();
|
||||
assertNotNull(t);
|
||||
assertEquals(t.termText(), output[i]);
|
||||
assertEquals(output[i], t.termText());
|
||||
}
|
||||
assertNull(ts.next());
|
||||
ts.close();
|
||||
|
|
Loading…
Reference in New Issue