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

Unified Diff: net/ftp/ftp_directory_listing_parser_unittest.cc

Issue 7584018: FTP: fix directory listing parsing for Hylafax (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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_unittest.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_unittest.cc
diff --git a/net/ftp/ftp_directory_listing_parser_unittest.cc b/net/ftp/ftp_directory_listing_parser_unittest.cc
index 8d2d79cb1a44865ee0a23af6102d109e7bdd877c..63609239c862c7cb8fb56b6377502f6e16ae2a49 100644
--- a/net/ftp/ftp_directory_listing_parser_unittest.cc
+++ b/net/ftp/ftp_directory_listing_parser_unittest.cc
@@ -135,6 +135,8 @@ const char* kTestFiles[] = {
"dir-listing-ls-26", // KOI8-R
"dir-listing-ls-27", // windows-1251
+ "dir-listing-ls-28", // Hylafax FTP server
+
"dir-listing-netware-1",
"dir-listing-netware-2",
"dir-listing-vms-1",
« no previous file with comments | « net/ftp/ftp_directory_listing_parser_ls_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698