@Test
 public void testValidateNewPassword() throws Exception {
   assertEquals(true, activity.validateNewPassword("abcd"));
 }