Project

General

Profile

« Previous | Next » 

Revision 5595

Added by berkley over 13 years ago

added notes on packages to upload with knb-mn

View differences:

test/edu/ucsb/nceas/metacat/util/MetacatPopulatorTest.java
97 97
    {
98 98
        try
99 99
        {
100
            //ids to upload to knb-mn:
101
            //connolly.301, kgordon.17.27
100 102
            MetacatPopulator mp = new MetacatPopulator(
101 103
                    "http://knb.ecoinformatics.org/knb", 
102
                    "http://localhost:8080/knb", 
103
                    "msucci", "uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org", "kepler");
104
                    /*"http://localhost:8080/knb"*/
105
                    "http://knb-mn.ecoinformatics.org/knb", 
106
                    /*"msucci"*/"connolly.301", "uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org", "kepler");
104 107
            mp.populate();
105 108
        }
106 109
        catch(Exception e)

Also available in: Unified diff