public void testListById() throws IOException {
FavoriteService service = new FavoriteService();
int fid = service.add(1,"key", "local 2.6.12:db0:key:");
Favorite favorite = service.listById(fid);
assertTrue(favorite.getFavorite().equals("local 2.6.12:db0:key:"));
}
public void testListAll() throws IOException {
FavoriteService service = new FavoriteService();