| 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..6664a89e5d1013cc51e0843974deca20e8d45c74 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_unittest.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_unittest.cc
|
| @@ -46,6 +46,13 @@ TEST(FtpDirectoryListingBufferTest, Parse) {
|
| "dir-listing-ls-22", // TODO(phajdan.jr): should use windows-1251 encoding.
|
| "dir-listing-ls-23",
|
| "dir-listing-ls-24",
|
| +
|
| + // Tests for Russian listings. The only difference between those
|
| + // files is character encoding:
|
| + "dir-listing-ls-25", // UTF-8
|
| + "dir-listing-ls-26", // KOI8-R
|
| + "dir-listing-ls-27", // windows-1251
|
| +
|
| "dir-listing-netware-1",
|
| "dir-listing-netware-2",
|
| "dir-listing-vms-1",
|
|
|