summaryrefslogtreecommitdiffstats
path: root/net/base/escape_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/escape_unittest.cc')
-rw-r--r--net/base/escape_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/escape_unittest.cc b/net/base/escape_unittest.cc
index 6601edc..3a9ed70 100644
--- a/net/base/escape_unittest.cc
+++ b/net/base/escape_unittest.cc
@@ -107,10 +107,10 @@ TEST(Escape, EscapePath) {
"%7B%7C%7D~%7F%80%FF");
}
-TEST(Escape, EscapeUrl) {
+TEST(Escape, EscapeUrlEncodedData) {
ASSERT_EQ(
// Most of the character space we care about, un-escaped
- EscapeUrl(
+ EscapeUrlEncodedData(
"\x02\n\x1d !\"#$%&'()*+,-./0123456789:;"
"<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"[\\]^_`abcdefghijklmnopqrstuvwxyz"