mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04:00
LibraryTest.filterByPublisher
This commit is contained in:
parent
f063d350c6
commit
ef962a9174
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user