Project

General

Profile

« Previous | Next » 

Revision 6356

merge changes from 1.9.5 branch that read site docs from SVN not a defunct LTER server

View differences:

HarvestDocumentTest.java
83 83
    String dateNextHarvest = "2004-05-01 00:00:00.0";
84 84
    int detailLogID;
85 85
    String documentListURL = 
86
                 "http://www.institution.edu/~jdoe/public_html/harvestList.xml";
86
                 "https://code.ecoinformatics.org/code/metacat/branches/METACAT_1_9_4_BRANCH/test/harvester/sampleHarvestList.xml";
87 87
    String documentType = "eml://ecoinformatics.org/eml-2.0.0";
88 88
    String documentURL = 
89
                     "http://www.lternet.edu/~dcosta/testHarvest/document1.xml";
89
                     "https://code.ecoinformatics.org/code/metacat/branches/METACAT_1_9_4_BRANCH/test/eml-sample.xml";
90 90
    String errorMessage = "JUnit Testing";
91 91
    int harvestLogID;
92 92
    String harvestOperationCode = "harvester.HarvesterStartup";

Also available in: Unified diff