[pdal-commits] [PDAL/PDAL] 61bcbf: Fix failure on PgpointcloudWriterTest
GitHub
noreply at github.com
Fri Sep 18 08:17:58 PDT 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 61bcbf5f29ab9c25321abc34fedb02f7eb9be7cf
https://github.com/PDAL/PDAL/commit/61bcbf5f29ab9c25321abc34fedb02f7eb9be7cf
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
Log Message:
-----------
Fix failure on PgpointcloudWriterTest
If Postgres is available at runtime but not properly configured for database
creation, or pointcloud extension not available, the tests fail.
Here we sheat by skipping the tests in case of those errors.
It would be good if the infrastructure had a cleaner way of skipping tests
in case a requirement isn't met at runtime.
Commit: 09b56fcb3debf710e0fffed623dc4973c8a4aafe
https://github.com/PDAL/PDAL/commit/09b56fcb3debf710e0fffed623dc4973c8a4aafe
Author: Howard Butler <howard at hobu.co>
Date: 2015-09-18 (Fri, 18 Sep 2015)
Changed paths:
M plugins/pgpointcloud/test/PgpointcloudWriterTest.cpp
Log Message:
-----------
Merge pull request #992 from rouault/avoid_failures_on_pgpointcloudtest
Fix failure on PgpointcloudWriterTest
Compare: https://github.com/PDAL/PDAL/compare/70d17e424b2d...09b56fcb3deb
More information about the pdal-commits
mailing list