Revision 30754 branches/v2_0_0_prep/libraries/libGPE/src-test/org/gvsig/gpe/writer/schemas/GPEWriterWithSchemaBaseTest.java

View differences:

GPEWriterWithSchemaBaseTest.java
92 92
	/**
93 93
	 * Initialize the schemas factory
94 94
	 */
95
	public void setUp() throws Exception{
95
	protected void doSetUp() throws Exception {
96
		super.doSetUp();
96 97
		documentBuilder = SchemaDocumentBuilder.getInstance();
97 98
		schema = documentBuilder.createXSSchema(getNamespaceURI(),getNamespacePrefix());	
98 99
		elementsFactory = DOMObjectsFactory.getInstance();
99
		super.setUp();
100 100
	}	
101 101
	
102 102
	/**

Also available in: Unified diff