1 # -*- encoding: binary -*-
2 require './test/rack_read_write.rb'
6 class Test_TDB_Single < Test::Unit::TestCase
7 attr_reader :tmp, :o, :uri
8 include TestRackReadWrite
11 @tmp = Tempfile.new('tdb')
12 @path = @tmp.path + '.tdb'
13 @uri = "tdb://#{@path}"
14 @app_opts = { :uri => @uri }