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

Unified Diff: net/ftp/ftp_directory_listing_parser_ls_unittest.cc

Issue 7795024: FTP: fix navigation to ftp://ftp.emea.ibm.com/toibm/tivoli (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « net/ftp/ftp_directory_listing_parser_ls.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_directory_listing_parser_ls_unittest.cc
diff --git a/net/ftp/ftp_directory_listing_parser_ls_unittest.cc b/net/ftp/ftp_directory_listing_parser_ls_unittest.cc
index b00a69a8401886e95e8451b911c91c5176de8a78..4779a3c188ea8da61ea82a5b392dcdd83d20382f 100644
--- a/net/ftp/ftp_directory_listing_parser_ls_unittest.cc
+++ b/net/ftp/ftp_directory_listing_parser_ls_unittest.cc
@@ -133,6 +133,7 @@ TEST_F(FtpDirectoryListingParserLsTest, Ignored) {
"ftpd: .: Permission denied",
"ftpd-BSD: .: Permission denied",
+ "ls: .: EDC5111I Permission denied.",
// Tests important for security: verify that after we detect the column
// offset we don't try to access invalid memory on malformed input.
« no previous file with comments | « net/ftp/ftp_directory_listing_parser_ls.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698