Project

General

Profile

« Previous | Next » 

Revision 62527

ommited test methods that require db connection

View differences:

TestClass.java
218 218
//        claimHandler.deleteClaim("argirok@di.uoa.gr","3101");
219 219
        }
220 220

  
221
    @Test
221
    //@Test fails due to org.postgresql.util.PSQLException: FATAL: database "claimsnewschema" does not exist
222 222
	public void testJob() throws Exception, SQLStoreException {
223 223
        String selectcountDMFClaims =" Select count(*) from claims  where type='dmf2actions' and xml NOT ILIKE '%<oaf:concept%' ";
224 224
        String selectCountConceptClaims =" Select count(*) from claims  where ( type='dmf2actions' or type='updates2actions' ) and xml LIKE '%<oaf:concept%' ";
......
314 314
        log.info(r);
315 315

  
316 316
    }
317
    @Test
317
    //@Test org.postgresql.util.PSQLException: FATAL: database "claimsnewschema" does not exist
318 318
    public void testProject() throws Exception, SQLStoreException {
319 319
//        List<String> mails = new ArrayList<String>();
320 320
//        mails.add("test1@mail.com");

Also available in: Unified diff