471472473474475476477478479480481
// Print out the response TestLogger.logger.debug(">> Response [" + response + "]"); }catch(Exception e){ e.printStackTrace(); fail("Caught exception " + e); } }
551552553554555556557558559560561
621622623624625626627628629630631
734735736737738739740741742743744