You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2012/10/27 17:10:45 UTC

svn commit: r1402805 - /velocity/engine/branches/1.x/src/test/org/apache/velocity/test/sql/HsqlDataSource.java

Author: cbrisson
Date: Sat Oct 27 15:10:45 2012
New Revision: 1402805

URL: http://svn.apache.org/viewvc?rev=1402805&view=rev
Log:
really backport...

Modified:
    velocity/engine/branches/1.x/src/test/org/apache/velocity/test/sql/HsqlDataSource.java

Modified: velocity/engine/branches/1.x/src/test/org/apache/velocity/test/sql/HsqlDataSource.java
URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.x/src/test/org/apache/velocity/test/sql/HsqlDataSource.java?rev=1402805&r1=1402804&r2=1402805&view=diff
==============================================================================
--- velocity/engine/branches/1.x/src/test/org/apache/velocity/test/sql/HsqlDataSource.java (original)
+++ velocity/engine/branches/1.x/src/test/org/apache/velocity/test/sql/HsqlDataSource.java Sat Oct 27 15:10:45 2012
@@ -23,6 +23,8 @@ import java.io.PrintWriter;
 import java.sql.Connection;
 import java.sql.DriverManager;
 import java.sql.SQLException;
+import java.sql.SQLFeatureNotSupportedException;
+import java.util.logging.Logger;
 
 import javax.sql.DataSource;