Sha256: 2c84f1db73700bba4da4e53686fafc461d4330bce144c48995098127d84c5cd9

Contents?: true

Size: 709 Bytes

Versions: 26

Compression:

Stored size: 709 Bytes

Contents

# In order to run these tests, you need to have a few things on your
# classpath. First, you're going to need the Sun File system
# context. You can get that here: 
#
# http://java.sun.com/products/jndi/serviceproviders.html.  
#
# Make sure that you put both the fscontext.jar and the
# providerutil.jar on your classpath.  
#
# To support the connection pooling in the test, you'll need
# commons-dbcp, commons-pool, and commons-collections.
#
# Finally, you'll need the jdbc driver, which is derby, for this test.

require 'jdbc_common'
require 'db/jndi_config'

class DerbyJndiTest < Test::Unit::TestCase
  include SimpleTestMethods
end

at_exit {
  require 'fileutils'
  FileUtils.rm_rf 'derby-testdb'
}

Version data entries

26 entries across 26 versions & 7 rubygems

Version Path
cmoran92-activerecord-jdbc-adapter-1.2.1.2 test/jndi_test.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.5 test/jndi_test.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.4 test/jndi_test.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.3 test/jndi_test.rb
tgbyte-activerecord-jdbc-adapter-1.2.2.2 test/jndi_test.rb
activerecord-jdbc-adapter-1.2.2.1 test/jndi_test.rb
activerecord-jdbc-adapter-onsite-1.2.2 test/jndi_test.rb
cmoran92-activerecord-jdbc-adapter-1.2.1.1 test/jndi_test.rb
intentmedia-activerecord-jdbc-adapter-1.1.1.1 test/jndi_test.rb
activerecord-jdbc-adapter-1.2.2 test/jndi_test.rb
cmoran92-activerecord-jdbc-adapter-1.2.1 test/jndi_test.rb
activerecord-jdbc-adapter-1.2.1 test/jndi_test.rb
c3-activerecord-jdbc-adapter-1.1.3.1 test/jndi_test.rb
activerecord-jdbc-adapter-1.2.0 test/jndi_test.rb
c3-activerecord-jdbc-adapter-1.1.3 test/jndi_test.rb
jashmenn-activerecord-jdbc-adapter-1.2.0.0 test/jndi_test.rb
jashmenn-activerecord-jdbc-adapter-1.2.0 test/jndi_test.rb
activerecord-jdbc-adapter-1.1.3 test/jndi_test.rb
activerecord-jdbc-adapter-1.1.2 test/jndi_test.rb
activerecord-jdbc-adapter-1.1.1 test/jndi_test.rb