Project

General

Profile

« Previous | Next » 

Revision 4701

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

HarvestDetailLogTest.java
33 33
import edu.ucsb.nceas.metacat.harvesterClient.HarvestDocument;
34 34
import edu.ucsb.nceas.metacat.harvesterClient.HarvestSiteSchedule;
35 35
import edu.ucsb.nceas.metacat.service.PropertyService;
36
import edu.ucsb.nceas.metacat.util.MetaCatUtil;
36
import edu.ucsb.nceas.metacat.util.MetacatUtil;
37 37

  
38 38
import java.sql.Connection;
39 39
import junit.framework.Test;
......
55 55
  {
56 56
	  try
57 57
	  {
58
		  MetaCatUtil.pathsForIndexing 
59
		         = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
58
		  MetacatUtil.pathsForIndexing 
59
		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
60 60
	  }
61 61
	  catch(Exception e)
62 62
	  {

Also available in: Unified diff