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:
Doron Cohen 2011-03-22 18:03:00 +00:00
parent 1029aedcfd
commit 97909a908e
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}