Project

General

Profile

« Previous | Next » 

Revision 5317

Added by daigle about 14 years ago

Add a debug statement to show existing doc id

View differences:

test/edu/ucsb/nceas/metacattest/client/MetacatClientTest.java
724 724
               fail("Metacat connection failed." + mie.getMessage());
725 725
           }
726 726
           String lastId = m3.getLastDocid(prefix);
727
           debug("getLastDocid(): Last Id=" + lastId);
727
           debug("getLastDocid(): Last Id = " + lastId);
728
           
728 729
           //get docid from file
729 730
           String docid = readIdFromFile(DOCID);
731
           debug("getLastDocid(): File Id = " + docid + ".1");
730 732
           assertTrue(lastId.equals(docid + ".1"));
731 733
       } catch (MetacatException me) {
732 734
           fail("Metacat Error:\n" + me.getMessage());

Also available in: Unified diff