Title: [599] trunk/activerecord-jdbc/test: Remove test which needs strange setup to work.
- Revision
- 599
- Author
- olabini
- Date
- 2007-05-24 09:14:46 -0400 (Thu, 24 May 2007)
Log Message
Remove test which needs strange setup to work. Fix for JRUBY-922
Removed Paths
Diff
Deleted: trunk/activerecord-jdbc/test/mysql_multibyte_test.rb (598 => 599)
--- trunk/activerecord-jdbc/test/mysql_multibyte_test.rb 2007-05-24 13:05:44 UTC (rev 598)
+++ trunk/activerecord-jdbc/test/mysql_multibyte_test.rb 2007-05-24 13:14:46 UTC (rev 599)
@@ -1,12 +0,0 @@
-# To run this script, run the following in a mysql instance:
-#
-# drop database if exists weblog_development;
-# create database weblog_development;
-# grant all on weblog_development.* to [EMAIL PROTECTED];
-
-require 'jdbc_common'
-require 'db/mysql'
-
-class MysqlMultibyteTest < Test::Unit::TestCase
- include MultibyteTestMethods
-end
Deleted: trunk/activerecord-jdbc/test/postgres_multibyte_test.rb (598 => 599)
--- trunk/activerecord-jdbc/test/postgres_multibyte_test.rb 2007-05-24 13:05:44 UTC (rev 598)
+++ trunk/activerecord-jdbc/test/postgres_multibyte_test.rb 2007-05-24 13:14:46 UTC (rev 599)
@@ -1,12 +0,0 @@
-# To run this script, set up the following postgres user and database:
-#
-# sudo -u postgres createuser -D -A -P blog
-# sudo -u postgres createdb -O blog weblog_development
-#
-
-require 'jdbc_common'
-require 'db/postgres'
-
-class PostgresMultibyteTest < Test::Unit::TestCase
- include MultibyteTestMethods
-end
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel