mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-05-18 11:55:05 -04:00
LibraryTest.filterByPublisher
This commit is contained in:
@@ -473,6 +473,13 @@ TEST_F(LibraryTest, filterByCreator)
|
||||
);
|
||||
}
|
||||
|
||||
TEST_F(LibraryTest, filterByPublisher)
|
||||
{
|
||||
EXPECT_FILTER_RESULTS(kiwix::Filter().publisher("Kiwix"),
|
||||
"An example ZIM archive",
|
||||
"Ray Charles"
|
||||
);
|
||||
}
|
||||
|
||||
TEST_F(LibraryTest, filterByMultipleCriteria)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user