Project

General

Profile

« Previous | Next » 

Revision 4700

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

QuerySpecificationTest.java
34 34
import edu.ucsb.nceas.MCTestCase;
35 35
import edu.ucsb.nceas.metacat.QuerySpecification;
36 36
import edu.ucsb.nceas.metacat.service.PropertyService;
37
import edu.ucsb.nceas.metacat.util.MetaCatUtil;
37
import edu.ucsb.nceas.metacat.util.MetacatUtil;
38 38
import edu.ucsb.nceas.utilities.PropertyNotFoundException;
39 39

  
40 40
/**
......
95 95
  	  try
96 96
  	  {
97 97
		  PropertyService.getInstance("build/tests");
98
  		  MetaCatUtil.pathsForIndexing 
99
  		         = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
98
  		  MetacatUtil.pathsForIndexing 
99
  		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
100 100
  	  }
101 101
  	  catch(Exception e)
102 102
  	  {

Also available in: Unified diff