Title: [475] trunk/activerecord-jdbc/Rakefile: Removing hsqldb from main test run for now
- Revision
- 475
- Author
- nicksieger
- Date
- 2007-04-23 15:34:48 -0400 (Mon, 23 Apr 2007)
Log Message
Removing hsqldb from main test run for now
Modified Paths
Diff
Modified: trunk/activerecord-jdbc/Rakefile (474 => 475)
--- trunk/activerecord-jdbc/Rakefile 2007-04-23 08:00:22 UTC (rev 474)
+++ trunk/activerecord-jdbc/Rakefile 2007-04-23 19:34:48 UTC (rev 475)
@@ -39,7 +39,8 @@
desc "Run AR-JDBC tests"
if RUBY_PLATFORM =~ /java/
- task :test => [:java_compile, :test_mysql, :test_hsqldb, :test_derby]
+ # TODO: add more databases into the standard tests here.
+ task :test => [:java_compile, :test_mysql, :test_derby]
else
task :test => [:test_mysql]
end
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel