Project

General

Profile

« Previous | Next » 

Revision 4701

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

SubTreeTest.java
29 29
import edu.ucsb.nceas.MCTestCase;
30 30
import edu.ucsb.nceas.metacat.*;
31 31
import edu.ucsb.nceas.metacat.service.PropertyService;
32
import edu.ucsb.nceas.metacat.util.MetaCatUtil;
32
import edu.ucsb.nceas.metacat.util.MetacatUtil;
33 33

  
34 34
import junit.framework.Test;
35 35
import junit.framework.TestSuite;
......
52 52
  {
53 53
	  try
54 54
	  {
55
		  MetaCatUtil.pathsForIndexing 
56
		         = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
55
		  MetacatUtil.pathsForIndexing 
56
		         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
57 57
	  }
58 58
	  catch(Exception e)
59 59
	  {

Also available in: Unified diff