Skip to content

Commit 5dd88ad

Browse files
author
Rob Widmer
committed
Remove MSSQL support from rake tasks
1 parent a47d7e4 commit 5dd88ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rakelib/02-test.rake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ end
5858
test_task_for :Derby, :desc => 'Run tests against (embedded) DerbyDB'
5959
test_task_for :H2, :desc => 'Run tests against H2 database engine'
6060
test_task_for :HSQLDB, :desc => 'Run tests against HyperSQL (Java) database'
61-
test_task_for :MSSQL, :driver => :jtds, :database_name => 'MS-SQL (SQLServer)'
6261
test_task_for :MySQL #, :prereqs => 'db:mysql'
6362
task :test_mysql2 => :test_mysql
6463
test_task_for :PostgreSQL, :driver => ENV['JDBC_POSTGRES_VERSION'] || 'postgres' #, :prereqs => 'db:postgresql'
@@ -76,8 +75,6 @@ end
7675
test_task_for adapter, :desc => "Run tests against #{adapter} (ensure driver is on class-path)"
7776
end
7877

79-
#test_task_for :MSSQL, :name => 'test_sqlserver', :driver => nil, :database_name => 'MS-SQL using SQLJDBC'
80-
8178
test_task_for :AS400, :desc => "Run tests against AS400 (DB2) (ensure driver is on class-path)",
8279
:files => FileList["test/db2*_test.rb"] + FileList["test/db/db2/*_test.rb"]
8380

0 commit comments

Comments
 (0)