bdb/test/cursor_test.rb
2008-12-28 23:14:29 -06:00

24 lines
217 B
Ruby

require 'test_helper'
class CursorTest < Test::Unit::TestCase
def test_get
end
def test_pget
end
def test_put
end
def test_close
end
def test_del
end
def test_count
end
end