Project

General

Profile

« Previous | Next » 

Revision 4701

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

HarvestLogTest.java
36 36
import edu.ucsb.nceas.metacat.harvesterClient.HarvestDocument;
37 37
import edu.ucsb.nceas.metacat.harvesterClient.HarvestLog;
38 38
import edu.ucsb.nceas.metacat.service.PropertyService;
39
import edu.ucsb.nceas.metacat.util.MetaCatUtil;
39
import edu.ucsb.nceas.metacat.util.MetacatUtil;
40 40

  
41 41
import junit.framework.Test;
42 42
import junit.framework.TestSuite;
......
58 58
  {
59 59
	  try
60 60
	  {
61
		  MetaCatUtil.pathsForIndexing 
62
		         = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
61
		  MetacatUtil.pathsForIndexing 
62
		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
63 63
	  }
64 64
	  catch(Exception e)
65 65
	  {

Also available in: Unified diff