Project

General

Profile

« Previous | Next » 

Revision 4701

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

View differences:

ReplicationServerListTest.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
import junit.framework.Test;
34 34
import junit.framework.TestSuite;
35 35
import org.apache.commons.logging.Log;
......
51 51
		  {
52 52
			 metacatReplicationURL=
53 53
                     PropertyService.getProperty("junitreplicationurl");
54
			  MetaCatUtil.pathsForIndexing 
55
			         = MetaCatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
54
			  MetacatUtil.pathsForIndexing 
55
			         = MetacatUtil.getOptionList(PropertyService.getProperty("xml.indexPaths"));
56 56
		  }
57 57
		  catch(Exception e)
58 58
		  {

Also available in: Unified diff