chao chang
chao chang
The initialization code below in webGateway/controllers/Nav.java fails in Japan locale. private static final PrettyTime prettyTime = new PrettyTime(); static { prettyTime.removeUnit(JustNow.class); ResourcesTimeUnit justNow = new ResourcesTimeUnit() { { setMaxQuantity(10000); }...
from teamScores to attributions
I'm running com.github.pgasync.impl.AuthenticationTest.shouldThrowExceptionOnInvalidCredentials() junit test on the master,with minor changes of the host to a remote server (posgresql 8.4) in my LAN . and the test freezes waiting for something....