Skip to content

Commit fe24cca

Browse files
jbamptonpaulirwin
andauthored
Update src/Lucene.Net.Tests.Facet/Taxonomy/TestTaxonomyCombined.cs
Co-authored-by: Paul Irwin <paulirwin@gmail.com>
1 parent fc40e25 commit fe24cca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Lucene.Net.Tests.Facet/Taxonomy/TestTaxonomyCombined.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ public virtual void TestReaderBasic()
412412
}
413413
}
414414
// (also test invalid categories:)
415+
// LUCENENET specific: Fixed the spelling of the word non-existent (upstream was non-existant)
415416
Assert.AreEqual(TaxonomyReader.INVALID_ORDINAL, tr.GetOrdinal(new FacetLabel("non-existent")));
416417
Assert.AreEqual(TaxonomyReader.INVALID_ORDINAL, tr.GetOrdinal(new FacetLabel("Author", "Jules Verne")));
417418

0 commit comments

Comments
 (0)