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