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:

SubTreeTest.java
52 52
  {
53 53
	  try
54 54
	  {
55
		  MetacatUtil.pathsForIndexing 
56
		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
55
		  PropertyService.getInstance();
57 56
	  }
58 57
	  catch(Exception e)
59 58
	  {

Also available in: Unified diff