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

Unified Diff: net/ftp/ftp_directory_listing_buffer_unittest.cc

Issue 469010: Add support for wu-ftpd style FTP LIST response format. (Closed)
Patch Set: fix some typos Created 11 years 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/data/ftp/dir-listing-ls-12.expected ('k') | net/ftp/ftp_directory_listing_parser_ls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_directory_listing_buffer_unittest.cc
diff --git a/net/ftp/ftp_directory_listing_buffer_unittest.cc b/net/ftp/ftp_directory_listing_buffer_unittest.cc
index cf107b9ade06b14658aeebd682bf78305e8b883f..559256e3bd9b3fb557d7ac68e80bab07e7079b5a 100644
--- a/net/ftp/ftp_directory_listing_buffer_unittest.cc
+++ b/net/ftp/ftp_directory_listing_buffer_unittest.cc
@@ -28,6 +28,8 @@ TEST(FtpDirectoryListingBufferTest, Parse) {
"dir-listing-ls-8",
"dir-listing-ls-9",
"dir-listing-ls-10",
+ "dir-listing-ls-11",
+ "dir-listing-ls-12",
"dir-listing-netware-1",
"dir-listing-netware-2",
"dir-listing-vms-1",
« no previous file with comments | « net/data/ftp/dir-listing-ls-12.expected ('k') | net/ftp/ftp_directory_listing_parser_ls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698