SaveonbookService sss = SaveonBookServiceFactory.getSaveonbookService();
BookInformation testbi = new BookInformation("Discrete Mathematics W/Applications 4/E", "Required", "EPP", "9780495391326");
List<SaveonBookModel> sbml1 = sss.search(testbi);
List<SaveonBookModel> sbml2 = sss.titleSearch("Discrete Mathematics with Applications");
assertTrue(sbml2.get(0).getCourse().equals(">CPSC121"));
assertTrue(sss.getOptimizedTitle(testbi).equals("Discrete Mathematics with Applications"));