summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-22 01:09:15 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-22 01:09:15 +0000
commit8d6c09fcb23e136fc8dad624bbc59b84e8e0759f (patch)
tree6795d1fec9e3119351c8d6f29a13d60c6209600e /google_apis
parentcb7c3fb0f9590d31c77d04f6b7534f69e7e81513 (diff)
downloadchromium_src-8d6c09fcb23e136fc8dad624bbc59b84e8e0759f.zip
chromium_src-8d6c09fcb23e136fc8dad624bbc59b84e8e0759f.tar.gz
chromium_src-8d6c09fcb23e136fc8dad624bbc59b84e8e0759f.tar.bz2
Revert 258713 "Disable GCMClientImplTest.RegisterAppFromCache"
Compile break on Linux Clang at gcm_client_impl_unittest gcm_tools_mcs_probe.cc line 294 > Disable GCMClientImplTest.RegisterAppFromCache > > TBR=zea@chromium.org > > Review URL: https://codereview.chromium.org/209293002 R=luken@chromium.org TBR=jianli@chromium.org Review URL: https://codereview.chromium.org/208333010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gcm/gcm_client_impl_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc
index bb9bbcf..8679903 100644
--- a/google_apis/gcm/gcm_client_impl_unittest.cc
+++ b/google_apis/gcm/gcm_client_impl_unittest.cc
@@ -414,7 +414,7 @@ TEST_F(GCMClientImplTest, RegisterApp) {
EXPECT_TRUE(ExistsRegistration(kAppId));
}
-TEST_F(GCMClientImplTest, DISABLED_RegisterAppFromCache) {
+TEST_F(GCMClientImplTest, RegisterAppFromCache) {
EXPECT_FALSE(ExistsRegistration(kAppId));
std::vector<std::string> senders;