Project

General

Profile

« Previous | Next » 

Revision 4816

Added by daigle about 15 years ago

Remove initialization of MetacatUtil.buildIndexPaths in test files. This is taken care of in the background now using SystemUtil.getIndexPaths()

View differences:

HarvestLogTest.java
58 58
  {
59 59
	  try
60 60
	  {
61
		  MetacatUtil.pathsForIndexing 
62
		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
61
		  PropertyService.getInstance();
63 62
	  }
64 63
	  catch(Exception e)
65 64
	  {

Also available in: Unified diff