Sha256: f853974c72a4650efe71e1b00d015983503f497dfc0573cf53b4087983f36364

Contents?: true

Size: 661 Bytes

Versions: 5

Compression:

Stored size: 661 Bytes

Contents

# -----------------------------------------------------------------------------
#
# Tests for the simple mercator line string implementation
#
# -----------------------------------------------------------------------------

require "test/unit"
require "rgeo"

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

module RGeo
  module Tests # :nodoc:
    module SimpleMercator # :nodoc:
      class TestLineString < ::Test::Unit::TestCase # :nodoc:
        def setup
          @factory = ::RGeo::Geographic.simple_mercator_factory
        end

        include ::RGeo::Tests::Common::LineStringTests
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rgeo-dschee-0.5.4 test/simple_mercator/line_string_test.rb
rgeo-0.5.3 test/simple_mercator/line_string_test.rb
rgeo-0.5.2 test/simple_mercator/tc_line_string.rb
rgeo-0.5.1 test/simple_mercator/tc_line_string.rb
rgeo-0.5.0 test/simple_mercator/tc_line_string.rb