# File test/test_store.rb, line 7
  def test_hash_store()
    store = HashStore.new()
    assert_equal('memory',store.hash_type)
    model = Model.new(store)
    model = nil
    store = nil
  end