diff options
Diffstat (limited to 'tests/farm/html/run_other.py')
| -rw-r--r-- | tests/farm/html/run_other.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/farm/html/run_other.py b/tests/farm/html/run_other.py index 23ce29f9..05efa0fc 100644 --- a/tests/farm/html/run_other.py +++ b/tests/farm/html/run_other.py @@ -12,15 +12,15 @@ runfunc(html_it, rundir="src", addtopath="../othersrc") # Different platforms will name the "other" file differently. Rename it import os, glob -for p in glob.glob("html_other/*_other.html"): - os.rename(p, "html_other/blah_blah_other.html") +for p in glob.glob("html_other/*_other_py.html"): + os.rename(p, "html_other/blah_blah_other_py.html") # HTML files will change often. Check that the sizes are reasonable, # and check that certain key strings are in the output. compare("gold_other", "html_other", size_within=10, file_pattern="*.html") contains("html_other/index.html", - "<a href='here.html'>here</a>", - "other.html'>", "other</a>", + "<a href='here_py.html'>here.py</a>", + "other_py.html'>", "other.py</a>", ) clean("html_other") |
