[Liblas-commits] hg-main-tree: test now passing
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Apr 27 13:54:38 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/28435427ec55
changeset: 676:28435427ec55
user: Michael P. Gerlek <mpg at flaxen.com>
date: Wed Apr 27 10:54:30 2011 -0700
description:
test now passing
diffstat:
test/unit/LasWriterTest.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 7ca4284e61a9 -r 28435427ec55 test/unit/LasWriterTest.cpp
--- a/test/unit/LasWriterTest.cpp Wed Apr 27 10:51:18 2011 -0700
+++ b/test/unit/LasWriterTest.cpp Wed Apr 27 10:54:30 2011 -0700
@@ -117,10 +117,10 @@
libpc::drivers::las::LasReader reader("temp.laz");
}
- //bool filesSame = Support::compare_files("temp.laz", Support::datapath("simple.laz"));
- //BOOST_CHECK(filesSame);
+ bool filesSame = Support::compare_files("temp.laz", Support::datapath("simple.laz"));
+ BOOST_CHECK(filesSame);
- //if (filesSame)
+ if (filesSame)
{
Utils::deleteFile("temp.laz");
}
More information about the Liblas-commits
mailing list