[Liblas-commits] hg-main-tree: remove temp file

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Aug 2 14:26:00 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/75f6b5eb3fdb
changeset: 982:75f6b5eb3fdb
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Tue Aug 02 11:25:52 2011 -0700
description:
remove temp file

diffstat:

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

diffs (12 lines):

diff -r 3082b49b8975 -r 75f6b5eb3fdb test/unit/PipelineWriterTest.cpp
--- a/test/unit/PipelineWriterTest.cpp	Tue Aug 02 11:23:05 2011 -0700
+++ b/test/unit/PipelineWriterTest.cpp	Tue Aug 02 11:25:52 2011 -0700
@@ -59,7 +59,7 @@
         writer.writeWriterPipeline("test.xml");
     }
 
-    FileUtils::deleteFile("out.las");
+    FileUtils::deleteFile(Support::datapath("out.las"));
 
     // BUG: can't compare the files, since the filename paths are now absolute, not relative
     ////bool filesSame = Support::compare_text_files("test.xml", Support::datapath("pipeline_write.xml"));


More information about the Liblas-commits mailing list