Skip to content

Commit

Permalink
Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 15, 2005
1 parent c81af99 commit fb13b7a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions actionpack/Rakefile
Expand Up @@ -6,8 +6,6 @@ require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'

require 'lib/action_controller/support/std_ext/test_unit_ext' # temporary fix until test/unit is cured for 1.8.2

PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionpack'
PKG_VERSION = '1.2.0' + PKG_BUILD
Expand Down
2 changes: 0 additions & 2 deletions activerecord/Rakefile
Expand Up @@ -6,8 +6,6 @@ require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'

require 'lib/active_record/support/std_ext/test_unit_ext' # temporary fix until test/unit is cured for 1.8.2

PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'activerecord'
PKG_VERSION = '1.4.0' + PKG_BUILD
Expand Down
24 changes: 0 additions & 24 deletions activesupport/lib/std_ext/test_unit_ext.rb

This file was deleted.

2 changes: 0 additions & 2 deletions railties/fresh_rakefile
Expand Up @@ -7,8 +7,6 @@ $VERBOSE = nil
require File.dirname(__FILE__) + '/config/environment'
require 'code_statistics'

require 'active_record/support/std_ext/test_unit_ext' # temporary fix until test/unit is cured for 1.8.2

desc "Run all the tests on a fresh test database"
task :default => [ :clone_structure_to_test, :test_units, :test_functional ]

Expand Down

0 comments on commit fb13b7a

Please sign in to comment.