Project

General

Profile

« Previous | Next » 

Revision 2992

Added by berkley about 18 years ago

fixed bugs in teh client that were preventing the lsid service from working right

View differences:

MetacatClientTest.java
600 600
               System.err.println("Metacat is: " + metacatUrl);
601 601
               fail("Metacat connection failed." + mie.getMessage());
602 602
           }
603
          
604 603
           String lastId = m3.getLastDocid(prefix);
605
           //System.err.println("Last Id: " + lastId);
604
           System.err.println("Last Id: " + lastId);
606 605
           assertTrue(lastId.equals(newdocid + ".1"));
607 606
       } catch (MetacatException me) {
608 607
           fail("Metacat Error:\n" + me.getMessage());

Also available in: Unified diff