203204205206207208209210211212213
boolean isOn = sh.isOn(d); logln("isOnDate: " + isOn); if (isOn != isOns[i]) { errln("date: " + d + " should be on Doug's Day!"); } Date h = sh.firstAfter(d); logln("firstAfter: " + h); } } public void TestDisplayName() {