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

Unified Diff: net/ftp/ftp_directory_listing_buffer_unittest.cc

Issue 472003: Compatibility updates for "ls -l" style FTP LIST response parser: (Closed)
Patch Set: fix a bug 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-16.expected ('k') | net/ftp/ftp_directory_listing_parser_ls.cc » ('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 1f739cf14700781677293bbc1556374425ea2e72..b9ca7a26d0ec9084b55f16c7df8a957e1aa1e072 100644
--- a/net/ftp/ftp_directory_listing_buffer_unittest.cc
+++ b/net/ftp/ftp_directory_listing_buffer_unittest.cc
@@ -32,6 +32,8 @@ TEST(FtpDirectoryListingBufferTest, Parse) {
"dir-listing-ls-12",
"dir-listing-ls-13",
"dir-listing-ls-14",
+ "dir-listing-ls-15",
+ "dir-listing-ls-16",
"dir-listing-netware-1",
"dir-listing-netware-2",
"dir-listing-vms-1",
« no previous file with comments | « net/data/ftp/dir-listing-ls-16.expected ('k') | net/ftp/ftp_directory_listing_parser_ls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698