use shared metacatContextDir variable for calls to Harvester.loadProperties(metacatContextDir);
Change location of PropertyService to properties directory
Implement fix for Bug #4245: Harvester command line scripts don't execute.
Remove initialization of MetacatUtil.buildIndexPaths in test files. This is taken care of in the background now using SystemUtil.getIndexPaths()
Renamed MetaCatUtil to MetacatUtil
Convert remainder of tests that use PropertyService to extend the MCTestCase class
qualify xml and eml properties with an xml. prefix
Replace Options class with PropertyService and create PropertyService using log directory name instead of servlet context
Merge 1.9 changes into Head
Add code to initialize Options. Otherwise will get null exception.
Add additional comments to the test cases.
Remove obsolete comment.Fix broken URL in HarvestSiteScheduleTest.java
Revise test suite after moving Harvester properties to metacat.properties.
Initial suite of JUnit tests for Harvester code
JUnit files for tseting Harvester code