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;
 


Reply via email to