Skip to content

Commit

Permalink
document and add test
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 24, 2020
1 parent 2a7a9f6 commit be27cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/data/las/vlr-43.bin
@@ -0,0 +1 @@
this is some more text
3 changes: 1 addition & 2 deletions test/unit/io/LasWriterTest.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit be27cd4

Please sign in to comment.