diff options
Diffstat (limited to 'tests/farm/html/run_a.py')
-rw-r--r-- | tests/farm/html/run_a.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/farm/html/run_a.py b/tests/farm/html/run_a.py index 3fabd6f5..7963d2e5 100644 --- a/tests/farm/html/run_a.py +++ b/tests/farm/html/run_a.py @@ -12,13 +12,13 @@ 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_a", "html_a", size_within=10, file_pattern="*.html") -contains("html_a/a.html", +contains("html_a/a_py.html", "<span class='key'>if</span> <span class='num'>1</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'>67%</span>" ) contains("html_a/index.html", - "<a href='a.html'>a</a>", + "<a href='a_py.html'>a.py</a>", "<span class='pc_cov'>67%</span>", "<td class='right' data-ratio='2 3'>67%</td>", ) |