public void testShowJplayer() throws Exception {
final TestResponse res = new TestResponse();
final Player player = new Player();
player.setLocale( new TestLocale() );
player.setProperties( new StringProperties() );
player.setResponse( res );
player.showJplayer( new Track[] {}, false );
final String data = res.getOutput();