Mercurial > repos > crusoe > khmer
diff count-median.xml @ 33:d067ee282412
Switch line matching, api specification
| author | Michael R. Crusoe <mcrusoe@msu.edu> |
|---|---|
| date | Sun, 29 Jun 2014 17:52:24 -0400 |
| parents | c1f0790be1c4 |
| children | 7611b274ed67 |
line wrap: on
line diff
--- a/count-median.xml Sun Jun 29 17:35:17 2014 -0400 +++ b/count-median.xml Sun Jun 29 17:52:24 2014 -0400 @@ -42,8 +42,8 @@ <param name="input_counting_table_filename" value="test-abund-read-2.ct" /> <output name="output_summary_filename"> <assert_contents> - <has_text text="seq 1001 1001.0 0.0 18" /> - <has_text text="895:1:37:17593:9954/1 1 103.803741455 303.702941895 114" /> + <has_line_matching expression="seq 1001 1001.0 0.0 18" /> + <has_line_matching expression="895:1:37:17593:9954/1 1 103.803741455 303.702941895 114" /> </assert_contents> </output> </test>
