Revision 27635 branches/v2_0_0_prep/libraries/libGPE/src-test/org/gvsig/gpe/writer/GPEWriterBaseTest.java

View differences:

GPEWriterBaseTest.java
11 11
import junit.framework.TestCase;
12 12

  
13 13
import org.gvsig.gpe.GPEFactory;
14
import org.gvsig.gpe.GPELibrary;
14 15
import org.gvsig.gpe.containers.Layer;
15 16
import org.gvsig.gpe.parser.GPEContentHandler;
16 17
import org.gvsig.gpe.parser.GPEContentHandlerTest;
......
122 123
	 * @throws Exception 
123 124
	 */
124 125
	public void setUp() throws Exception{
126
		GPELibrary lib = new GPELibrary();
127
		lib.initialize();
128
		lib.postInitialize();	
125 129
		outputFile = new File(this.getClass().getName() + Math.random());
126 130
	}
127 131
	

Also available in: Unified diff