Skip to content

Commit

Permalink
deleted TEST_ xml, added test with retval 1 to unit_ascii2nc
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Babij committed Sep 9, 2024
1 parent 3ecb499 commit d027874
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 293 deletions.
293 changes: 0 additions & 293 deletions internal/test_unit/xml/TEST_unit_ascii2nc.xml

This file was deleted.

12 changes: 12 additions & 0 deletions internal/test_unit/xml/unit_ascii2nc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@
</output>
</test>

<test name="ascii2nc_GAGE_24hr_badfile">
<exec>&MET_BIN;/ascii2nc</exec>
<retval>1</retval>
<param> \
&DATA_DIR_OBS;/gauge/2012041012.badfile.ascii \
&OUTPUT_DIR;/ascii2nc/gauge_2012041012_24hr.nc \
-v 1
</param>
<output>
</output>
</test>

<test name="ascii2nc_duplicates">
<exec>&MET_BIN;/ascii2nc</exec>
<param> \
Expand Down

0 comments on commit d027874

Please sign in to comment.