@Test
 public void test4Delete() {
   try {
     org.junit.Assert.assertNotNull(System.getProperty("IssuePriorityPrimaryKey"));
     issuepriorityRepository.delete(System.getProperty("IssuePriorityPrimaryKey"));
   } catch (com.athena.framework.server.exception.repository.SpartanPersistenceException e) {
     org.junit.Assert.fail(e.getMessage());
   } catch (Exception e) {
     e.printStackTrace();
   }
 }