Revision 10627 trunk/libraries/libFMap/src-test/com/iver/cit/gvsig/fmap/drivers/dgn/TestDgn.java

View differences:

TestDgn.java
43 43
import java.io.File;
44 44
import java.io.IOException;
45 45

  
46
import com.hardcode.gdbms.driver.exceptions.InitializeDriverException;
47
import com.hardcode.gdbms.driver.exceptions.OpenDriverException;
48

  
46 49
import junit.framework.TestCase;
47 50

  
48 51
public class TestDgn extends TestCase {
......
69 72
				DGNElemCore elemento = reader.DGNReadElement();
70 73

  
71 74
				reader.DGNDumpElement(reader.getInfo(), elemento, null);
72
		} catch (IOException e) {
73
			// TODO Auto-generated catch block
75
		}  catch (OpenDriverException e) {
74 76
			e.printStackTrace();
77
		} catch (InitializeDriverException e) {
78
			e.printStackTrace();
75 79
		}
76 80

  
77 81
	}

Also available in: Unified diff