mirror of https://github.com/kiwix/libkiwix.git
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…
Reference in New Issue