Removed test for authentication as requires a HTTP session

This commit is contained in:
Stuart Boston
2012-12-20 12:46:57 +00:00
parent 44a60ba786
commit 1009e2598e
@@ -495,7 +495,8 @@ public class TheMovieDbApiTest {
/**
* 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 {
logger.info("getSessionToken");
TokenAuthorisation token = tmdb.getAuthorisationToken();