* Test of postNewEvent method, of class DoubanEventService.
*/
public void testPostNewEvent() throws Exception {
System.out.println("postNewEvent");
String title = "Test from Dongxuexidu";
EventType type = EventType.Salon;
String content = "Test from Dongxuexidu";
boolean inviteOnly = true;
boolean canInvite = false;
Date startTime = new Date();
Calendar cal = Calendar.getInstance();