summaryrefslogtreecommitdiffstats
path: root/components/update_client
diff options
context:
space:
mode:
authorsorin <sorin@chromium.org>2015-07-15 22:27:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 05:28:51 +0000
commitc554f5db911812eb907161a3ef22cb6c1650d06a (patch)
treee493603a353f6f9f1c65a730e932f7dc61d05974 /components/update_client
parent01f799c1a7eb9d46c069d56ee76242a5d0d27130 (diff)
downloadchromium_src-c554f5db911812eb907161a3ef22cb6c1650d06a.zip
chromium_src-c554f5db911812eb907161a3ef22cb6c1650d06a.tar.gz
chromium_src-c554f5db911812eb907161a3ef22cb6c1650d06a.tar.bz2
remove xmlCleanupGlobals call from update_client test
BUG=510561 Review URL: https://codereview.chromium.org/1225413006 Cr-Commit-Position: refs/heads/master@{#338991}
Diffstat (limited to 'components/update_client')
-rw-r--r--components/update_client/update_response_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/update_client/update_response_unittest.cc b/components/update_client/update_response_unittest.cc
index 2e12ce3..cb04bf0 100644
--- a/components/update_client/update_response_unittest.cc
+++ b/components/update_client/update_response_unittest.cc
@@ -4,7 +4,6 @@
#include "base/memory/scoped_vector.h"
#include "components/update_client/update_response.h"
-#include "libxml/globals.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace update_client {
@@ -270,7 +269,6 @@ TEST(ComponentUpdaterUpdateResponseTest, TestParser) {
EXPECT_TRUE(parser.errors().empty());
EXPECT_TRUE(parser.Parse(kSimilarTagnames));
EXPECT_TRUE(parser.errors().empty());
- xmlCleanupGlobals();
// Parse xml with hash value
EXPECT_TRUE(parser.Parse(valid_xml_with_hash));