mirror of https://github.com/kiwix/libkiwix.git
LibraryTest.filterByCategory
This commit is contained in:
parent
cdd272fc5a
commit
95c354a5fa
|
@ -488,6 +488,14 @@ TEST_F(LibraryTest, filterByName)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TEST_F(LibraryTest, filterByCategory)
|
||||||
|
{
|
||||||
|
EXPECT_FILTER_RESULTS(kiwix::Filter().category("category_element_overrides_tags"),
|
||||||
|
"Géographie par Wikipédia",
|
||||||
|
"Mathématiques"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
TEST_F(LibraryTest, filterByMultipleCriteria)
|
TEST_F(LibraryTest, filterByMultipleCriteria)
|
||||||
{
|
{
|
||||||
EXPECT_FILTER_RESULTS(kiwix::Filter().query("Wiki").creator("Wiki"),
|
EXPECT_FILTER_RESULTS(kiwix::Filter().query("Wiki").creator("Wiki"),
|
||||||
|
|
Loading…
Reference in New Issue