Skip to content

Fix the expected result in test/api/apiputvector.sh - #8615

Merged
seisman merged 1 commit into
masterfrom
fix/apiputvector.sh
Nov 11, 2024
Merged

Fix the expected result in test/api/apiputvector.sh#8615
seisman merged 1 commit into
masterfrom
fix/apiputvector.sh

Conversation

@seisman

@seismanseisman commented Nov 11, 2024

Copy link
Copy Markdown
Member

The test test/api/apiputvector.sh checks the output of the test program https://github.com/GenericMappingTools/gmt/blob/master/src/testapi_putvector.c.

As you can see in the C file, the first column the program passes is 134.9 and 202. So we also expect to see 134.9 and 202 as the first column in the output. However, the answer.txt file holds the incorrect answer due to a GMT bug.

The bug was fixed recently in #8600. That's why the test starts to fail recently. This PR fixes the answer.txt file and now the test passes again.

@seismanseisman added the maintenance Boring but important stuff for the core devs label Nov 11, 2024
@seismanseisman added this to the 6.6.0 milestone Nov 11, 2024
@seisman
seisman merged commit 548e6ed into masterNov 11, 2024
@seisman
seisman deleted the fix/apiputvector.sh branch November 11, 2024 13:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenanceBoring but important stuff for the core devs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@seisman@joa-quim