Sha256: 711b9ba2d0c5c8347b0f95089749e4925f6061047e96b19f8da1e8539c518b6f

Contents?: true

Size: 674 Bytes

Versions: 5

Compression:

Stored size: 674 Bytes

Contents

# -----------------------------------------------------------------------------
#
# Tests for the GEOS multi line string implementation
#
# -----------------------------------------------------------------------------

require "test/unit"
require "rgeo"

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

module RGeo
  module Tests # :nodoc:
    module GeosCAPI # :nodoc:
      class TestMultiLineString < ::Test::Unit::TestCase # :nodoc:
        def create_factory
          ::RGeo::Geos.factory
        end

        include ::RGeo::Tests::Common::MultiLineStringTests
      end
    end
  end
end if ::RGeo::Geos.capi_supported?

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rgeo-dschee-0.5.4 test/geos_capi/multi_line_string_test.rb
rgeo-0.5.3 test/geos_capi/multi_line_string_test.rb
rgeo-0.5.2 test/geos_capi/tc_multi_line_string.rb
rgeo-0.5.1 test/geos_capi/tc_multi_line_string.rb
rgeo-0.5.0 test/geos_capi/tc_multi_line_string.rb