diff --git a/test/mysql/import_test.rb b/test/mysql/import_test.rb index 274fcee..feaff67 100644 --- a/test/mysql/import_test.rb +++ b/test/mysql/import_test.rb @@ -1,6 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../test_helper') -require "test/support/mysql/assertions" -require "test/support/mysql/import_examples" +require File.expand_path(File.dirname(__FILE__) + '/../support/mysql/assertions') +require File.expand_path(File.dirname(__FILE__) + '/../support/mysql/import_examples') should_support_mysql_import_functionality \ No newline at end of file diff --git a/test/mysql2/import_test.rb b/test/mysql2/import_test.rb index 274fcee..feaff67 100644 --- a/test/mysql2/import_test.rb +++ b/test/mysql2/import_test.rb @@ -1,6 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../test_helper') -require "test/support/mysql/assertions" -require "test/support/mysql/import_examples" +require File.expand_path(File.dirname(__FILE__) + '/../support/mysql/assertions') +require File.expand_path(File.dirname(__FILE__) + '/../support/mysql/import_examples') should_support_mysql_import_functionality \ No newline at end of file