Added country language param to the suggestionList method in search engine
This commit is contained in:
parent
c7679bec87
commit
8fc113cc52
5 changed files with 12 additions and 15 deletions
|
|
@ -40,7 +40,7 @@ public class YoutubeSearchEngineTest extends AndroidTestCase {
|
|||
|
||||
result = engine.search("https://www.youtube.com/results?search_query=bla",
|
||||
0, "de", new Downloader());
|
||||
suggestionReply = engine.suggestionList("hello", new Downloader());
|
||||
suggestionReply = engine.suggestionList("hello","de",new Downloader());
|
||||
}
|
||||
|
||||
public void testIfNoErrorOccur() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue