1 # -*- encoding: binary -*-
2 require './test/rack_read_write.rb'
3 require 'tokyocabinet' # FIXME: emits warning with 1.29 gem
7 class Test_TC_HDB_Single < Test::Unit::TestCase
8 attr_reader :tmp, :o, :uri
9 include TestRackReadWrite
12 @tmp = Tempfile.new('tchdb')
13 @path = @tmp.path + '.tch'
14 @uri = "tc://#{@path}"
15 @app_opts = { :uri => @uri }