diff options
Diffstat (limited to 'tests/farm/html/run_b_branch.py')
| -rw-r--r-- | tests/farm/html/run_b_branch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/farm/html/run_b_branch.py b/tests/farm/html/run_b_branch.py index 0e584a6d..c92252ce 100644 --- a/tests/farm/html/run_b_branch.py +++ b/tests/farm/html/run_b_branch.py @@ -12,7 +12,7 @@ runfunc(html_it, rundir="src") # HTML files will change often. Check that the sizes are reasonable, # and check that certain key strings are in the output. compare("gold_b_branch", "html_b_branch", size_within=10, file_pattern="*.html") -contains("html_b_branch/b.html", +contains("html_b_branch/b_py.html", "<span class='key'>if</span> <span class='nam'>x</span> <span class='op'><</span> <span class='num'>2</span>", " <span class='nam'>a</span> <span class='op'>=</span> <span class='num'>3</span>", "<span class='pc_cov'>70%</span>", @@ -21,7 +21,7 @@ contains("html_b_branch/b.html", "<span class='annotate' title='no jumps to these line numbers'>23 25</span>", ) contains("html_b_branch/index.html", - "<a href='b.html'>b</a>", + "<a href='b_py.html'>b.py</a>", "<span class='pc_cov'>70%</span>", "<td class='right' data-ratio='16 23'>70%</td>", ) |
