int bmid = bookmarkManager.getBookmarkId(loggedInUser, "http://zirr.us/");
assertTrue((bmid <=0));
}
public void testAddPointMarker1() throws Exception{
PointMarker pm1 = new PointMarker();
pm1.setId(-1);
pm1.setMarkerIconId(5);
pm1.setNotes("this is marker1 notes");
pm1.setPoint(10.0, 20.00);
PointMarker pm2 = new PointMarker();
pm2.setId(-2);
pm2.setMarkerIconId(10);
pm2.setNotes("this is marker2 notes <h1>hello</h1> <br> <hr>");
pm2.setPoint(20.0, 40.00);
User loggedInUser = userManager.getUser("hchen1");
action.setLoggedInUser(loggedInUser);
action.setTitle("CNN homepage");
action.setUrl("http://cnn.com");