Skip to content

Commit

Permalink
Bug fixes for tool test case invalidation...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Aug 3, 2024
1 parent f94a520 commit f33c59d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/functional/tools/multiple_versions_changes_v01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</outputs>
<tests>
<test>
<param name="intest" value="1" />
<param name="inttest" value="1" />
<output name="out_file1">
<assert_contents>
<has_line line="Version 0.1" />
Expand Down
2 changes: 1 addition & 1 deletion test/functional/tools/multiple_versions_changes_v02.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</outputs>
<tests>
<test>
<param name="intest" value="1" />
<param name="inttest" value="1" />
<output name="out_file1">
<assert_contents>
<has_line line="Version 0.2" />
Expand Down
2 changes: 1 addition & 1 deletion test/functional/tools/multiple_versions_v01galaxy6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</outputs>
<tests>
<test>
<param name="intest" value="1" />
<param name="inttest" value="1" />
<output name="out_file1">
<assert_contents>
<has_line line="Version 0.1+galaxy6" />
Expand Down

0 comments on commit f33c59d

Please sign in to comment.