skip ads and channels from test.

pull/327/head
Andoni del Olmo 2016-07-04 12:05:43 +02:00 zatwierdzone przez GitHub
rodzic 8644a4542a
commit 3add3d75a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ public class YoutubeSearchEngineTest extends AndroidTestCase {
SearchEngine engine = ServiceList.getService("Youtube")
.getSearchEngineInstance(new Downloader());
result = engine.search("boring panda",
result = engine.search("this is something boring",
0, "de", new Downloader()).getSearchResult();
suggestionReply = engine.suggestionList("hello","de",new Downloader());
}