Project

General

Profile

« Previous | Next » 

Revision 2254

Remove obsolete comment.
Fix broken URL in HarvestSiteScheduleTest.java

View differences:

HarvestSiteScheduleTest.java
37 37
import junit.framework.TestSuite;
38 38

  
39 39
/**
40
 * Test HarvestSiteSchedule code using JUnit. Not yet implemented. The test
41
 * contained herein is just a placeholder for the actual tests to be
42
 * added.
40
 * Test HarvestSiteSchedule code using JUnit.
43 41
 *
44 42
 * @author  costa
45 43
 */
......
60 58
    String dateLastHarvest = "2004-04-01 00:00:00.0";
61 59
    String dateNextHarvestFuture = "2056-01-01 00:00:00.0";
62 60
    String dateNextHarvestPast = "2000-01-01 00:00:00.0";
63
    String documentListURL = "http://www.lternet.edu/~dcosta/harvestList.xml";
61
    String documentListURL = 
62
                            "http://www.lternet.edu/~dcosta/lnoHarvestList.xml";
64 63
    String errorMessage = "JUnit Testing";
65 64
    String ldapDN = "uid=jdoe,o=lter,dc=ecoinformatics,dc=org";
66 65
    String ldapPwd = "secretpassword";

Also available in: Unified diff