/** test getLocalState */
 @Test
 public void testGetLocalState() {
   assertTrue("local state", localState.getLocalState().equals(LocalStateResult.TEST));
 }