test/geos_ffi/tc_point.rb in rgeo-0.3.12 vs test/geos_ffi/tc_point.rb in rgeo-0.3.13

- old
+ new

@@ -46,10 +46,10 @@ class TestPoint < ::Test::Unit::TestCase # :nodoc: def setup - @factory = ::RGeo::Geos.factory(:native_interface => :ffi) + @factory = ::RGeo::Geos.factory(:native_interface => :ffi, :buffer_resolution => 8) @zfactory = ::RGeo::Geos.factory(:has_z_coordinate => true, :native_interface => :ffi) @mfactory = ::RGeo::Geos.factory(:has_m_coordinate => true, :native_interface => :ffi) @zmfactory = ::RGeo::Geos.factory(:has_z_coordinate => true, :has_m_coordinate => true, :native_interface => :ffi) end