Revision 12312 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.13  2007-06-22 12:21:18  jorpiell
60
 * Revision 1.14  2007-06-22 12:38:59  jorpiell
61 61
 * The typeNotFoundException has been deleted. It never was thrown
62 62
 *
63 63
 * Revision 1.12  2007/06/07 14:52:28  jorpiell
......
142 142
	 * @throws Exception 
143 143
	 */
144 144
	public void testWriter() throws Exception{
145
		getWriterHandler().setFileName(filename);
145
		getWriterHandler().setFileName(filename + Math.random());
146 146
		writeObjects();
147 147
		outputFile = writerHandler.getOutputFile();
148 148
		//The file must exist

Also available in: Unified diff