Skip to content

Commit

Permalink
add image_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Dec 12, 2024
1 parent 64982ca commit a9a34e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/wordcloud/wordcloud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<test expect_num_outputs="1">
<param name="text" value="test.txt" ftype="txt"/>
<param name="random_state" value="10"/>
<output name="output" file="output_1.png"/>
<output name="output" file="output_1.png" compare="image_diff" />
</test>
<test expect_num_outputs="1">
<param name="text" value="test.txt" ftype="txt"/>
Expand Down Expand Up @@ -192,7 +192,7 @@
<param name="no_normalize_plurals" value="True"/>
<param name="repeat" value="True"/>
<param name="random_state" value="10"/>
<output name="output" file="output_2.png"/>
<output name="output" file="output_2.png" compare="image_diff" />
</test>
</tests>
<help><![CDATA[
Expand Down

0 comments on commit a9a34e7

Please sign in to comment.