Project

General

Profile

« Previous | Next » 

Revision 3170

Added by barteau about 17 years ago

Fixed exception handler

View differences:

MetacatClientTest.java
253 253
            assertTrue(1 == 1);
254 254
        } catch (MetacatException e) {
255 255
            fail("Metacat exception:\n" + e.getMessage());
256
        } catch (IOException ioe) {
257
            fail("IO exception:\n" + ioe.getMessage());
256
        } catch (Exception ioe) {
257
            fail("Exception:\n" + ioe.getMessage());
258 258
        }
259 259
    }
260 260

  

Also available in: Unified diff