Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11106 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

SQLServer tests can't run within the plugin ever since [8681]

Reported by: h-lame Assigned to: tomafro
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords: sqlserver, tests
Cc:

Description

The great-reorg of the AR/tests that happened in [8681] means that the sqlserver adapter tests from inside the plugin don't run any more. This patch rejigs everything so they still run.

Attachments

changes_to_sqlserver_adapter_to_support_new_ar_test_arrangements.diff (2.8 kB) - added by h-lame on 02/13/08 18:11:51.
tidying up the sqlserver adapter tests to match with [8681]

Change History

02/13/08 18:11:51 changed by h-lame

  • attachment changes_to_sqlserver_adapter_to_support_new_ar_test_arrangements.diff added.

tidying up the sqlserver adapter tests to match with [8681]

02/14/08 10:45:01 changed by lawrence

  • status changed from new to closed.
  • resolution set to fixed.

(In [8868]) SQLServer tests fix due to change 8681. Closes #11106. [h-lame]