Project

General

Profile

« Previous | Next » 

Revision 2254

Remove obsolete comment.
Fix broken URL in HarvestSiteScheduleTest.java

View differences:

test/edu/ucsb/nceas/metacattest/harvesterClient/HarvestDetailLogTest.java
38 38
import junit.framework.TestSuite;
39 39

  
40 40
/**
41
 * Test HarvestDetailLog code using JUnit. Not yet implemented. The test
42
 * contained herein is just a placeholder for the actual tests to be
43
 * added.
41
 * Test HarvestDetailLog code using JUnit.
44 42
 *
45 43
 * @author  costa
46 44
 */
test/edu/ucsb/nceas/metacattest/harvesterClient/HarvesterTest.java
37 37
import junit.framework.TestSuite;
38 38

  
39 39
/**
40
 * Test Harvester 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 Harvester code using JUnit.
43 41
 *
44 42
 * @author  costa
45 43
 */
test/edu/ucsb/nceas/metacattest/harvesterClient/HarvestDocumentTest.java
38 38
import junit.framework.TestSuite;
39 39

  
40 40
/**
41
 * Test HarvestDocument code using JUnit. Not yet implemented. The test
42
 * contained herein is just a placeholder for the actual tests to be
43
 * added.
41
 * Test HarvestDocument code using JUnit.
44 42
 *
45 43
 * @author  costa
46 44
 */
test/edu/ucsb/nceas/metacattest/harvesterClient/HarvestLogTest.java
43 43
import junit.framework.TestSuite;
44 44

  
45 45
/**
46
 * Test HarvestLog code using JUnit. Not yet implemented. The test
47
 * contained herein is just a placeholder for the actual tests to be
48
 * added.
46
 * Test HarvestLog code using JUnit.
49 47
 *
50 48
 * @author  costa
51 49
 */
test/edu/ucsb/nceas/metacattest/harvesterClient/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