diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 01:28:50 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 01:28:50 +0000 |
commit | de876eb21e86909393f56c2a0025fc73660073d3 (patch) | |
tree | bcc039999db16c7867d091771919496c7d3a4e37 /chrome | |
parent | e431eb48ba0a96ee8f96d5aaa94787751816c5b3 (diff) | |
download | chromium_src-de876eb21e86909393f56c2a0025fc73660073d3.zip chromium_src-de876eb21e86909393f56c2a0025fc73660073d3.tar.gz chromium_src-de876eb21e86909393f56c2a0025fc73660073d3.tar.bz2 |
Include sync.SyncTest specifically to prevent double-inclusion of sync.SyncIntegrationTest
R=dyu@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/8510073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 0d3aa9d..d25579d 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -72,7 +72,7 @@ 'search_engines', 'shortcuts', 'special_tabs', - 'sync', + 'sync.SyncTest', 'test_basic', 'test_pyauto', 'themes', |