*/
@Test
public void testGetCollectionInfo() throws MovieDbException {
LOG.info("getCollectionInfo");
String language = "";
CollectionInfo result = tmdb.getCollectionInfo(ID_COLLECTION_STAR_WARS, language);
assertFalse("No collection information", result.getParts().isEmpty());
}