Revision 12311 trunk/libraries/libGPE/src-test/org/gvsig/gpe/writers/GPEWriterBaseTest.java

View differences:

GPEWriterBaseTest.java
57 57
 *
58 58
 * $Id$
59 59
 * $Log$
60
 * Revision 1.12  2007-06-07 14:52:28  jorpiell
60
 * Revision 1.13  2007-06-22 12:21:18  jorpiell
61
 * The typeNotFoundException has been deleted. It never was thrown
62
 *
63
 * Revision 1.12  2007/06/07 14:52:28  jorpiell
61 64
 * Add the schema support
62 65
 *
63 66
 * Revision 1.11  2007/05/16 09:28:19  jorpiell
......
139 142
	 * @throws Exception 
140 143
	 */
141 144
	public void testWriter() throws Exception{
142
		getWriterHandler().setFileName(filename + Math.random());
145
		getWriterHandler().setFileName(filename);
143 146
		writeObjects();
144 147
		outputFile = writerHandler.getOutputFile();
145 148
		//The file must exist

Also available in: Unified diff