# File test.rb, line 213
  def test_06_store_existing
    assert_nothing_raised {
      @dummy.init
      @dummy.insert (@dbi)
      @dummy.store (@dbi)
    }
  end