Removed test for authentication as requires a HTTP session

master
Stuart Boston 13 years ago
parent 44a60ba786
commit 1009e2598e

@ -495,7 +495,8 @@ public class TheMovieDbApiTest {
/** /**
* Test of getSessionToken method, of class TheMovieDbApi. * Test of getSessionToken method, of class TheMovieDbApi.
*/ */
@Test // Cannot be tested without a HTTP authorisation: http://help.themoviedb.org/kb/api/user-authentication
// @Test
public void testGetSessionToken() throws Exception { public void testGetSessionToken() throws Exception {
logger.info("getSessionToken"); logger.info("getSessionToken");
TokenAuthorisation token = tmdb.getAuthorisationToken(); TokenAuthorisation token = tmdb.getAuthorisationToken();

Loading…
Cancel
Save