Further unit tests: CFB and Delta
[cfb.git] / test / net / jaekl / cfb / db / driver / ConnectionMock.java
index b25a3fc0955f394c64fe783c91af77e6334c4454..7734b88da490c43107212665faea0af19a796e1b 100644 (file)
@@ -229,8 +229,7 @@ public class ConnectionMock implements Connection {
 
        @Override
        public PreparedStatement prepareStatement(String sql) throws SQLException {
-               // TODO Auto-generated method stub
-               return null;
+               throw new UnsupportedOperationException("Not yet implemented");
        }
 
        @Override