Skip to content

Commit

Permalink
clean up json file
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 10, 2013
1 parent 918693d commit 454d029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitsha.cpp
@@ -1,3 +1,3 @@
#include <pdal/gitsha.h>
#define GIT_SHA1 "018e060b2900c224ce3da2e444ffc24e955603cf"
#define GIT_SHA1 "918693d1d8c83b9bb4c77ec9cadd68fc25a05196"
const char g_GIT_SHA1[] = GIT_SHA1;
1 change: 1 addition & 0 deletions test/unit/drivers/buffer/BufferReaderTest.cpp
Expand Up @@ -306,6 +306,7 @@ BOOST_AUTO_TEST_CASE(test_iterator_write)
boost::uint64_t numWritten = writer.write(100);

BOOST_CHECK_EQUAL(numWritten, 100u);
FileUtils::deleteFile(Support::temppath(out_filename.getValue<std::string>()));

return;
}
Expand Down

0 comments on commit 454d029

Please sign in to comment.