summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 22:19:20 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 22:19:20 +0000
commit90aa52b26b0eaaa123a9543bbd51029ddbcb9924 (patch)
tree79aaa57085682ebb1ed116cea8c0251d5cabcd4f /WATCHLISTS
parentb7d4d22fc8cba0851659aed571596635dccc4dc4 (diff)
downloadchromium_src-90aa52b26b0eaaa123a9543bbd51029ddbcb9924.zip
chromium_src-90aa52b26b0eaaa123a9543bbd51029ddbcb9924.tar.gz
chromium_src-90aa52b26b0eaaa123a9543bbd51029ddbcb9924.tar.bz2
Rename browser/sync/test/live_sync directory to browser/sync/test/integration
http://codereview.chromium.org/7828055/ moved all sync test collateral from chrome/tests to chrome/browser/sync/test. This patch renames the browser/sync/test/live_sync directory to browser/sync/test/integration, to differentiate the integration tests from other test categories (like unit tests, sync engine tests, etc.) It also renames the class LiveSyncTest to SyncTest, in keeping with the name changes that went in with the recent sync integration test framework refactor. BUG=90905 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/7841007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS3
1 files changed, 1 insertions, 2 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index f8a1dc6..aefa5b3 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -102,8 +102,7 @@
'filepath': 'sandbox/linux/.*',
},
'sync': {
- 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\
- 'chrome/test/live_sync/.*',
+ 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*',
},
'layout_tests': {
'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',