Revision 6356
Added by ben leinfelder over 13 years ago
test/edu/ucsb/nceas/metacattest/harvesterClient/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"; |
test/edu/ucsb/nceas/metacattest/harvesterClient/HarvestSiteScheduleTest.java | ||
---|---|---|
85 | 85 |
String dateNextHarvestFuture = "2056-01-01 00:00:00.0"; |
86 | 86 |
String dateNextHarvestPast = "2000-01-01 00:00:00.0"; |
87 | 87 |
String documentListURL = |
88 |
"http://www.lternet.edu/~dcosta/testHarvest/lnoHarvestList.xml";
|
|
88 |
"https://code.ecoinformatics.org/code/metacat/branches/METACAT_1_9_4_BRANCH/test/harvester/sampleHarvestList.xml";
|
|
89 | 89 |
String errorMessage = "JUnit Testing"; |
90 | 90 |
String ldapDN = "uid=jdoe,o=lter,dc=ecoinformatics,dc=org"; |
91 | 91 |
String ldapPwd = "secretpassword"; |
Also available in: Unified diff
merge changes from 1.9.5 branch that read site docs from SVN not a defunct LTER server