Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: trunk/src/chrome/browser/sync/test/integration/prototype_fake_server_test.cc

Issue 130503007: Revert 245326 "Basic implementation of the Sync C++ fake server" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/chrome/browser/sync/test/integration/sync_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/sync/test/integration/prototype_fake_server_test.cc
===================================================================
--- trunk/src/chrome/browser/sync/test/integration/prototype_fake_server_test.cc (revision 245340)
+++ trunk/src/chrome/browser/sync/test/integration/prototype_fake_server_test.cc (working copy)
@@ -1,24 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/sync/test/integration/sync_test.h"
-
-class PrototypeFakeServerTest : public SyncTest {
- public:
- PrototypeFakeServerTest() : SyncTest(SINGLE_CLIENT) {
- UseFakeServer();
- }
-
- virtual ~PrototypeFakeServerTest() {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(PrototypeFakeServerTest);
-};
-
-// TODO(pvalenzuela): Remove this test when sync_integration_tests is
-// transitioned to use the C++ fake server. This test currently exists to
-// ensure fake server functionality during development. See Bug 323265.
-IN_PROC_BROWSER_TEST_F(PrototypeFakeServerTest, Setup) {
- ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
-}
« no previous file with comments | « no previous file | trunk/src/chrome/browser/sync/test/integration/sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698