You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/04/24 20:39:04 UTC

git commit: [#2835] fix test to match search help text changes

Updated Branches:
  refs/heads/master d958fae68 -> 54cca78f4


[#2835] fix test to match search help text changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/54cca78f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/54cca78f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/54cca78f

Branch: refs/heads/master
Commit: 54cca78f463643b3475d1ce94755d0a57853ba19
Parents: d958fae
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Apr 24 18:38:52 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Apr 24 18:38:52 2013 +0000

----------------------------------------------------------------------
 ForgeWiki/forgewiki/tests/functional/test_root.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/54cca78f/ForgeWiki/forgewiki/tests/functional/test_root.py
----------------------------------------------------------------------
diff --git a/ForgeWiki/forgewiki/tests/functional/test_root.py b/ForgeWiki/forgewiki/tests/functional/test_root.py
index 2b6a190..14e70c6 100644
--- a/ForgeWiki/forgewiki/tests/functional/test_root.py
+++ b/ForgeWiki/forgewiki/tests/functional/test_root.py
@@ -131,7 +131,7 @@ class TestRootController(TestController):
         assert btn is not None, "Can't find a help button"
         div = r.html.find('div', attrs={'id': 'lightbox_search_help_modal'})
         assert div is not None, "Can't find help text"
-        assert_in('Searching the wiki', div.text)
+        assert_in('To search for an exact phrase', div.text)
 
     def test_page_index(self):
         response = self.app.get('/wiki/tést/')