Project

General

Profile

« Previous | Next » 

Revision 5348

Added by berkley almost 14 years ago

added exception testing to the crud test

View differences:

CrudService.java
367 367
            return sysmeta;
368 368
            
369 369
        } catch (McdbDocNotFoundException e) {
370
            e.printStackTrace();
370
            //e.printStackTrace();
371 371
            throw new NotFound(1000, e.getMessage());
372 372
        }                
373 373
    }

Also available in: Unified diff