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.
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.