about summary refs log tree commit
path: root/test/test_tdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tdb.rb')
-rw-r--r--test/test_tdb.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_tdb.rb b/test/test_tdb.rb
index c5b3245..0fead86 100644
--- a/test/test_tdb.rb
+++ b/test/test_tdb.rb
@@ -11,7 +11,8 @@ class Test_TDB < Test::Unit::TestCase
     tmp = Tempfile.new('tdb')
     @path_pattern = tmp.path + ".%01x.tdb"
     tmp.close!
-    @uri = "tdb://#{@path_pattern}"
+    @uri = "tdb:///"
+    @app_opts = { :uri => @uri, :path_pattern => @path_pattern }
   end
 
   def teardown