# File test/unit/gmap_test.rb, line 10
  def test_open
    assert_nothing_raised do 
      g = Gmap::Core.open(@data)
      g.close
    end
  end