Sha256: 9e5a32f0fb5da1e8672c8eada73e00927619ffe402d61d92f70f3656e0153482

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

require File.expand_path('test_helper', File.dirname(__FILE__))
require 'row_locking'

class DerbyRowLockingTest < Test::Unit::TestCase
  include MigrationSetup
  include RowLockingTestMethods
  
#  def self.startup
#    MigrationSetup.setup!
#  end
#  
#  def setup!; nil; end
#
#  def self.shutdown
#    MigrationSetup.teardown!
#  end
#  
#  def teardown!; nil; end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activerecord-jdbc-adapter-1.3.0.beta2 test/db/derby/row_locking_test.rb
activerecord-jdbc-adapter-1.3.0.beta1 test/db/derby/row_locking_test.rb