Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Update tests for current GEOS versions #3

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. Update Multipoint Format in WKBReader GEOS 3.12

    WKB Multipoint formatting update, see libgeos/geos#903
    masrih authored and masrih committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    13f3ee2 View commit details
    Browse the repository at this point in the history
  2. Update Output Dimensions in WKBWriter GEOS 3.12

    2, 3, or 4 dimensions. Default since GEOS 3.12 is 4.
    see: libgeos/geos#908
    masrih authored and masrih committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a4701d5 View commit details
    Browse the repository at this point in the history
  3. Update Format and Output Dimensions in WKTWriter

    Set trim to true to go with all GEOS Versions, mentioned here https://git.osgeo.org/gitea/geos/php-geos/issues/31
    masrih authored and masrih committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ccd0121 View commit details
    Browse the repository at this point in the history
  4. Update Multipoint Formats and Values in Geoemetry GEOS 3.12

    Also see libgeos/geos#903
    
    Convert to consistent format before comparison, see: libgeos/geos@4acb5e0
    masrih authored and masrih committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2bcd0fb View commit details
    Browse the repository at this point in the history
  5. Geos version-related constants

    defines several constants related to the GEOS library version
    masrih authored and masrih committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b3533c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. removing unnecessary test file

    masrih authored and masrih committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    09c4a3b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Added more version-related constants

    masrih authored and masrih committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f42a9d1 View commit details
    Browse the repository at this point in the history
  2. Update Output Dimensions configuration constant in WKBWriter

    masrih authored and masrih committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    24fb484 View commit details
    Browse the repository at this point in the history
  3. Update Output Dimensions configuration constant in WKTWriter

    masrih authored and masrih committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d488c04 View commit details
    Browse the repository at this point in the history
  4. Corrected negative zero and change expected values for GEOS 3.11 in G…

    …eometry
    masrih authored and masrih committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6bc11fe View commit details
    Browse the repository at this point in the history
  5. Changed 'include' to 'require'

    also deleting unnecessary lines/comments
    masrih authored and masrih committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    20491fb View commit details
    Browse the repository at this point in the history
  6. Corrected php ternary syntax

    masrih authored and masrih committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fb44078 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Introduce assertEqualsAny and fix version comparison

    Introduce `assertEqualsAny` function for cleaner assertions with more than two expected values.
    Correct the version comparison for GEOS_DEFAULT_EMPTY from 3.11 to 3.9.
    masrih authored and masrih committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1d7e220 View commit details
    Browse the repository at this point in the history