try {
day = new Day(26);
} catch (Exception e) {
}
DayHolder h = new DayHolder(day);
Day actual = binding.methodDay(sendValue, h);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodDay Exception caught: " + re );
}
try {