Skip to content

Commit

Permalink
fix a couple test file mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Oct 15, 2018
1 parent 0cb92e8 commit 837d2b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Doxygen/doxy_warn.log
Doxygen/sphinx_warnings.log

# Test Files
*_out.*
test_files/*_out.*

# Build directories
build/*
Expand Down
6 changes: 3 additions & 3 deletions xmsstamper/python/stamper/XmStamper_pyt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 837d2b8

Please sign in to comment.