summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authorvclarke@chromium.org <vclarke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-21 17:43:00 +0000
committervclarke@chromium.org <vclarke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-21 17:43:00 +0000
commit7c9ccaebbb5cb5835ac49ff40e01070622770dad (patch)
tree21e3258d8acdb38864c428f9e44f1d49f5779bff /chrome/test/functional
parent1598a33391cd7106c0c4951eac9d3a85a72b48eb (diff)
downloadchromium_src-7c9ccaebbb5cb5835ac49ff40e01070622770dad.zip
chromium_src-7c9ccaebbb5cb5835ac49ff40e01070622770dad.tar.gz
chromium_src-7c9ccaebbb5cb5835ac49ff40e01070622770dad.tar.bz2
Revert 169105
> Fix failing NTP pyauto tests due to missing default app. > > > BUG=162171 > TEST=Tests passed on win chrome-qa bot. > NOTRY=true > > > Review URL: https://chromiumcodereview.appspot.com/11418109 BUG=162171 TBR=dyu@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11639056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rwxr-xr-xchrome/test/functional/ntp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/functional/ntp.py b/chrome/test/functional/ntp.py
index eac21da..f176943 100755
--- a/chrome/test/functional/ntp.py
+++ b/chrome/test/functional/ntp.py
@@ -23,7 +23,6 @@ class NTPTest(pyauto.PyUITest):
_EXPECTED_DEFAULT_APPS.append({u'title': u'Chrome'})
else:
_EXPECTED_DEFAULT_APPS.append({u'title': u'Cloud Print'})
- _EXPECTED_DEFAULT_APPS.append({u'title': u'Settings'})
# Default menu and thumbnail mode preferences are set in
# ShownSectionsHandler::RegisterUserPrefs.
@@ -470,6 +469,5 @@ class NTPTest(pyauto.PyUITest):
self.assertTrue(actual_tab_url.startswith(expected_app_url_start),
msg='The app was not launched in the new window.')
-
if __name__ == '__main__':
pyauto_functional.Main()