From be27cd4451dc15fca10d242a92c2e0e9682f9391 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 24 Jun 2020 15:03:16 -0500 Subject: [PATCH] document and add test --- test/data/las/vlr-43.bin | 1 + test/unit/io/LasWriterTest.cpp | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test/data/las/vlr-43.bin diff --git a/test/data/las/vlr-43.bin b/test/data/las/vlr-43.bin new file mode 100644 index 0000000000..136dbc3179 --- /dev/null +++ b/test/data/las/vlr-43.bin @@ -0,0 +1 @@ +this is some more text \ No newline at end of file diff --git a/test/unit/io/LasWriterTest.cpp b/test/unit/io/LasWriterTest.cpp index 731dc65a61..429825bcc7 100644 --- a/test/unit/io/LasWriterTest.cpp +++ b/test/unit/io/LasWriterTest.cpp @@ -1164,8 +1164,7 @@ TEST(LasWriterTest, pdal_add_vlr) "description": "A description under 32 bytes", "record_id": 43, "user_id": "hobu", - "data": "dGhpcyBpcyBzb21lIG1vcmUgdGV4dA==" - })" + "filename": ")" + Support::datapath("las/vlr-43.bin") + R"("})" ); Options writerOpts;