Project

General

Profile

« Previous | Next » 

Revision 2382

Added by Duane Costa over 19 years ago

Change URL value for Harvest unit tests.

View differences:

test/edu/ucsb/nceas/metacattest/harvesterClient/HarvestDocumentTest.java
71 71
    String documentListURL = 
72 72
                 "http://www.institution.edu/~jdoe/public_html/harvestList.xml";
73 73
    String documentType = "eml://ecoinformatics.org/eml-2.0.0";
74
    String documentURL = "http://www.lternet.edu/~dcosta/document1.xml";
74
    String documentURL = 
75
                     "http://www.lternet.edu/~dcosta/testHarvest/document1.xml";
75 76
    String errorMessage = "JUnit Testing";
76 77
    int harvestLogID;
77 78
    String harvestOperationCode = "HarvesterStartup";
test/edu/ucsb/nceas/metacattest/harvesterClient/HarvestSiteScheduleTest.java
71 71
    String dateNextHarvestFuture = "2056-01-01 00:00:00.0";
72 72
    String dateNextHarvestPast = "2000-01-01 00:00:00.0";
73 73
    String documentListURL = 
74
                            "http://www.lternet.edu/~dcosta/lnoHarvestList.xml";
74
                "http://www.lternet.edu/~dcosta/testHarvest/lnoHarvestList.xml";
75 75
    String errorMessage = "JUnit Testing";
76 76
    String ldapDN = "uid=jdoe,o=lter,dc=ecoinformatics,dc=org";
77 77
    String ldapPwd = "secretpassword";

Also available in: Unified diff