From c3cfc2636b8d14b366f15d561bc76541faa4d4b1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 23 Jan 2006 05:29:17 +0000 Subject: AR should run schema.rb for tests when building test DBs (closes #3578) [Rick Olson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3466 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/connections/native_sqlite/connection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/connections/native_sqlite') diff --git a/activerecord/test/connections/native_sqlite/connection.rb b/activerecord/test/connections/native_sqlite/connection.rb index ce3494fb7d..b714e1782a 100644 --- a/activerecord/test/connections/native_sqlite/connection.rb +++ b/activerecord/test/connections/native_sqlite/connection.rb @@ -34,4 +34,4 @@ end make_connection(ActiveRecord::Base, sqlite_test_db, 'sqlite.sql') make_connection(Course, sqlite_test_db2, 'sqlite2.sql') - +load(File.join(BASE_DIR, 'db_definitions', 'schema.rb')) -- cgit v1.2.3