Revision 12439 trunk/libraries/libGPE/src-test/org/gvsig/gpe/writers/schemas/GPEWriterWithSchemaBaseTest.java

View differences:

GPEWriterWithSchemaBaseTest.java
55 55
 *
56 56
 * $Id$
57 57
 * $Log$
58
 * Revision 1.7  2007-06-29 12:20:41  jorpiell
58
 * Revision 1.8  2007-07-02 10:00:46  jorpiell
59
 * The generated xsd schemas have to be valid
60
 *
61
 * Revision 1.7  2007/06/29 12:20:41  jorpiell
59 62
 * The schema validation is made independently of the concrete writer
60 63
 *
61 64
 * Revision 1.6  2007/06/29 12:19:14  jorpiell
......
93 96
	 */
94 97
	public void setUp() throws Exception{
95 98
		documentBuilder = SchemaDocumentBuilder.getInstance();
96
		schema = documentBuilder.createXSSchema(getNamespaceURI());	
99
		schema = documentBuilder.createXSSchema(getNamespaceURI(),getNamespacePrefix());	
97 100
		elementsFactory = DOMObjectsFactory.getInstance();
98 101
		super.setUp();
99 102
	}

Also available in: Unified diff