From 837d2b8b96bd064824575cf44e827e6cd4beb743 Mon Sep 17 00:00:00 2001 From: Gage Larsen Date: Mon, 15 Oct 2018 09:05:40 -0600 Subject: [PATCH] fix a couple test file mistakes --- .gitignore | 2 +- xmsstamper/python/stamper/XmStamper_pyt.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 708523e..3cea474 100644 --- a/.gitignore +++ b/.gitignore @@ -60,7 +60,7 @@ Doxygen/doxy_warn.log Doxygen/sphinx_warnings.log # Test Files -*_out.* +test_files/*_out.* # Build directories build/* diff --git a/xmsstamper/python/stamper/XmStamper_pyt.py b/xmsstamper/python/stamper/XmStamper_pyt.py index 508011b..c0fcd58 100644 --- a/xmsstamper/python/stamper/XmStamper_pyt.py +++ b/xmsstamper/python/stamper/XmStamper_pyt.py @@ -317,7 +317,7 @@ def test_stamp_sloped_abutment(self): base_file = os.path.join( self.base_file_path, "stamping", "rasterTestFiles", - "testSlopedAbutment_out.asc" + "testSlopedAbutment_base.asc" ) output_file = os.path.join( self.output_file_path, "test_sloped_abutment_out.asc" @@ -408,7 +408,7 @@ def test_stamp_guide_bank(self): base_file = os.path.join( self.base_file_path, "stamping", "rasterTestFiles", - "testGuidebank_out.asc" + "testGuidebank_base.asc" ) output_file = os.path.join( self.output_file_path, "test_guidebank_out.asc" @@ -475,7 +475,7 @@ def test_stamp_intersect_bathymetry(self): base_file = os.path.join( self.base_file_path, "stamping", "rasterTestFiles", - "testIntersectBathymetry_out.asc" + "testIntersectBathymetry_base.asc" ) output_file = os.path.join( self.output_file_path, "test_intersect_bathymetry_base.asc"