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

Unified Diff: net/ftp/ftp_directory_listing_parser_unittest.cc

Issue 6718043: FTP: Multiple fixes for localized directory listings: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: polish Created 9 years, 9 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
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 b8f0851b703fbf0739df8b6ad5810a08d170183d..3be500ee74e9d3994a3d19a7b495c2427a282339 100644
--- a/net/ftp/ftp_directory_listing_parser_unittest.cc
+++ b/net/ftp/ftp_directory_listing_parser_unittest.cc
@@ -46,6 +46,9 @@ TEST(FtpDirectoryListingBufferTest, Parse) {
"dir-listing-ls-22", // TODO(phajdan.jr): should use windows-1251 encoding.
"dir-listing-ls-23",
"dir-listing-ls-24",
+ "dir-listing-ls-25",
gavinp 2011/03/30 17:14:23 These filenames should include at least the name o
Paweł Hajdan Jr. 2011/04/01 15:55:27 I've added some comments here, not sure how much t
+ "dir-listing-ls-26",
+ "dir-listing-ls-27",
"dir-listing-netware-1",
"dir-listing-netware-2",
"dir-listing-vms-1",

Powered by Google App Engine
This is Rietveld 408576698