Hello, I'm going to run unit test cases in the both original ActiveRecord 1.15.6 and ActiveRecord-JDBC-Adapter 0.6 package with DB2. I'm connecting to DB2 through JDBC driver, this is why I have ActiveRecord-JDBC-Adapter package installed.
I've read README files of both packages, but there's little info in them. And the commands there are for Mysql instead of DB2. Q1: I think I should run "rake test_jdbc" in ActiveRecord-JDBC-Adapter package, and run "rake test_db2" in ActiveRecord package. Am I right? Q2: Since I'm connecting to DB2 through JDBC driver, do I still need to test DB2 functions(rake test_db2) in ActiveRecord package? Q3: I did run "rake test_db2" in ActiveRecord package. But no cases was run. I think I need to set the DB2 environment. But where to set? Q4: I did run "rake test_jdbc" in ActiveRecord-JDBC-Adapter package. It prompted that "You really need Hoe installed to be able to package this gem" and "jdbc/mysql is missing". It seems that these cases are for Mysql. Can I use it for JDBC driver of DB2? Would someone please help me? Thanks a lot.
