/** test getErrorMessage */
 @Test
 public void testGetNoErrorMessage() {
   assertNull("no error message", localState.getErrorMessage());
 }