mirror of https://github.com/apache/lucene.git
fix mis-spelled assert comment (again)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1029aedcfd
commit
97909a908e
|
@ -389,7 +389,7 @@ public class TrecContentSourceTest extends LuceneTestCase {
|
|||
gotExpectedException = true;
|
||||
}
|
||||
assertTrue("Should have gotten NoMoreDataException!", gotExpectedException);
|
||||
assertEquals("Wrong number of documents created by osurce!",5,n);
|
||||
assertEquals("Wrong number of documents created by source!",5,n);
|
||||
assertTrue("Did not see all types!",unseenTypes.isEmpty());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue