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

Unified Diff: ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm

Issue 2803463003: [Sync] Use un-expired time for testing (Closed)
Patch Set: add fix back Created 3 years, 8 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 | ios/chrome/test/app/sync_test_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
diff --git a/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm b/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
index 7172b2978b496b908486c2bd27f84f3f223b38a3..1b33147620bf0aabab4910d3491f8196a3b2c0ed 100644
--- a/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
+++ b/ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm
@@ -431,8 +431,7 @@ void AssertNumberOfEntitiesWithName(int entity_count,
// Tests that a typed URL (after Sync is enabled) is uploaded to the Sync
// server.
-// TODO(crbug.com/707846): Re-enable test.
-- (void)DISABLED_testSyncTypedURLUpload {
+- (void)testSyncTypedURLUpload {
const GURL mockURL("http://not-a-real-site/");
chrome_test_util::ClearBrowsingHistory();
@@ -553,8 +552,7 @@ void AssertNumberOfEntitiesWithName(int entity_count,
// Test that typed url is deleted from client after server sends tombstone for
// that typed url.
-// TODO(crbug.com/707846): Re-enable test.
-- (void)DISABLE_testSyncTypedURLDeleteFromServer {
+- (void)testSyncTypedURLDeleteFromServer {
const GURL mockURL("http://not-a-real-site/");
chrome_test_util::ClearBrowsingHistory();
« no previous file with comments | « no previous file | ios/chrome/test/app/sync_test_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698