322323324325326327328329
} } @Test public void testGetUnknownClient() throws Exception { LPAClient proxy = server.getLPAClientProxy(222); assertNull(proxy); }