skip ads and channels from test.
This commit is contained in:
parent
0b6bae6ce3
commit
8644a4542a
|
@ -43,7 +43,7 @@ public class YoutubeSearchEngineTest extends AndroidTestCase {
|
||||||
SearchEngine engine = ServiceList.getService("Youtube")
|
SearchEngine engine = ServiceList.getService("Youtube")
|
||||||
.getSearchEngineInstance(new Downloader());
|
.getSearchEngineInstance(new Downloader());
|
||||||
|
|
||||||
result = engine.search("cats",
|
result = engine.search("boring panda",
|
||||||
0, "de", new Downloader()).getSearchResult();
|
0, "de", new Downloader()).getSearchResult();
|
||||||
suggestionReply = engine.suggestionList("hello","de",new Downloader());
|
suggestionReply = engine.suggestionList("hello","de",new Downloader());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue