[Liblas-commits] hg: Removed exit(0) call left after testing

liblas-commits at liblas.org liblas-commits at liblas.org
Sun Oct 11 17:28:28 EDT 2009


changeset ad18d8e2a303 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=ad18d8e2a303
summary: Removed exit(0) call left after testing

diffstat:

 test/unit/laswriter_test.cpp |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r e638fd7bc2d8 -r ad18d8e2a303 test/unit/laswriter_test.cpp
--- a/test/unit/laswriter_test.cpp	Sun Oct 11 03:16:37 2009 +0100
+++ b/test/unit/laswriter_test.cpp	Sun Oct 11 22:28:16 2009 +0100
@@ -68,7 +68,6 @@
             test_default_header(hdr_default);
         }
 
-            exit(0);
         // Read previously created LAS file and check its header block
         {
             std::ifstream ifs;


More information about the Liblas-commits mailing list