File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .schabi .newpipe .extractor .services .peertube ;
22
33import org .junit .BeforeClass ;
4- import org .junit .Ignore ;
54import org .junit .Test ;
65import org .schabi .newpipe .downloader .DownloaderTestImpl ;
76import org .schabi .newpipe .extractor .ExtractorAsserts ;
@@ -46,7 +45,6 @@ public void testGetUploaderAvatarUrl() throws ParsingException {
4645 }
4746
4847 @ Test
49- @ Ignore ("TODO fix" )
5048 public void testGetUploaderName () throws ParsingException {
5149 assertEquals ("Méta de Choc" , extractor .getUploaderName ());
5250 }
Original file line number Diff line number Diff line change 11package org .schabi .newpipe .extractor .services .peertube .search ;
22
33import org .junit .BeforeClass ;
4- import org .junit .Ignore ;
54import org .junit .Test ;
65import org .schabi .newpipe .extractor .services .peertube .PeertubeInstance ;
76import org .schabi .newpipe .extractor .services .peertube .linkHandler .PeertubeSearchQueryHandlerFactory ;
@@ -19,7 +18,6 @@ public static void setUpClass() throws Exception {
1918 }
2019
2120 @ Test
22- @ Ignore ("TODO fix" )
2321 public void testRegularValues () throws Exception {
2422 assertEquals ("https://peertube.mastodon.host/api/v1/search/videos?search=asdf" , PeerTube .getSearchQHFactory ().fromQuery ("asdf" ).getUrl ());
2523 assertEquals ("https://peertube.mastodon.host/api/v1/search/videos?search=hans" , PeerTube .getSearchQHFactory ().fromQuery ("hans" ).getUrl ());
You can’t perform that action at this time.
0 commit comments