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