Skip to content

Commit df2df71

Browse files
committed
Be more forgiving in the baseline (has this changed recently?).
1 parent bb5cb0b commit df2df71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_web.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def test_search_newsfeed(self):
564564
self._test_search_engine(
565565
"Newsfeed", url, None, web.Newsfeed, query=url, type=web.NEWS)
566566

567-
def _test_results(self, api, source, license, Engine, type=web.SEARCH, query="today", baseline=[6, 6, 6, 0]):
567+
def _test_results(self, api, source, license, Engine, type=web.SEARCH, query="today", baseline=[6, 3, 6, 0]):
568568
# Assert SearchEngine result content.
569569
# We expect to find http:// URL's and descriptions containing the
570570
# search query.
@@ -806,8 +806,8 @@ def setUp(self):
806806
<body id="front" class="comments">
807807
<script type="text/javascript">alert(0);</script>
808808
<div id="navigation">
809-
<a href="nav1.html">nav1</a> |
810-
<a href="nav2.html">nav2</a> |
809+
<a href="nav1.html">nav1</a> |
810+
<a href="nav2.html">nav2</a> |
811811
<a href="nav3.html">nav3</a>
812812
</div>
813813
<div id="content">

0 commit comments

Comments
 (0)