Sha256: 3701b151041f4e405d183aeda1145e82fadb3d2a562ac38883a8c0e3fb1c91f4

Contents?: true

Size: 706 Bytes

Versions: 5

Compression:

Stored size: 706 Bytes

Contents

# -----------------------------------------------------------------------------
#
# Tests for the GEOS geometry collection implementation
#
# -----------------------------------------------------------------------------

require "test/unit"
require "rgeo"

require ::File.expand_path("../common/geometry_collection_tests.rb", ::File.dirname(__FILE__))

module RGeo
  module Tests # :nodoc:
    module GeosFFI # :nodoc:
      class TestGeometryCollection < ::Test::Unit::TestCase # :nodoc:
        def create_factory
          ::RGeo::Geos.factory(native_interface: :ffi)
        end

        include ::RGeo::Tests::Common::GeometryCollectionTests
      end
    end
  end
end if ::RGeo::Geos.ffi_supported?

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rgeo-dschee-0.5.4 test/geos_ffi/geometry_collection_test.rb
rgeo-0.5.3 test/geos_ffi/geometry_collection_test.rb
rgeo-0.5.2 test/geos_ffi/tc_geometry_collection.rb
rgeo-0.5.1 test/geos_ffi/tc_geometry_collection.rb
rgeo-0.5.0 test/geos_ffi/tc_geometry_collection.rb