2008-09-05 17:23:47 +00:00
|
|
|
require File.dirname(__FILE__) + '/test_helper'
|
2008-08-26 23:05:20 +00:00
|
|
|
|
2008-09-05 23:54:48 +00:00
|
|
|
EventedMysqlTest.new( 10 ) do |test|
|
|
|
|
test.setup{ Mysql.real_connect('localhost','root') }
|
|
|
|
test.run!
|
2008-09-05 17:23:47 +00:00
|
|
|
end
|