diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 10:00:04 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 10:00:04 +0000 |
commit | 0ac06f655fe4a013eb6cffa49253bf1a8aa28f50 (patch) | |
tree | 2d8066c3c8abc7b995fd71ea0db293a9eeee710d /net/data | |
parent | e8b0d041d4227741077bffb8dbf36a070dd5120e (diff) | |
download | chromium_src-0ac06f655fe4a013eb6cffa49253bf1a8aa28f50.zip chromium_src-0ac06f655fe4a013eb6cffa49253bf1a8aa28f50.tar.gz chromium_src-0ac06f655fe4a013eb6cffa49253bf1a8aa28f50.tar.bz2 |
Revert 60765 - FTP: fix directory listing parser for ftp.usa.hp.com
BUG=56547
TEST=net_unittests
Review URL: http://codereview.chromium.org/3448029
TBR=phajdan.jr@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/ftp/dir-listing-hprc-1 | 2 | ||||
-rw-r--r-- | net/data/ftp/dir-listing-hprc-1.expected | 17 | ||||
-rw-r--r-- | net/data/ftp/dir-listing-hprc-2 | 4 | ||||
-rw-r--r-- | net/data/ftp/dir-listing-hprc-2.expected | 35 | ||||
-rw-r--r-- | net/data/ftp/dir-listing-hprc-3 | 3 | ||||
-rw-r--r-- | net/data/ftp/dir-listing-hprc-3.expected | 26 |
6 files changed, 0 insertions, 87 deletions
diff --git a/net/data/ftp/dir-listing-hprc-1 b/net/data/ftp/dir-listing-hprc-1 deleted file mode 100644 index ee3504f..0000000 --- a/net/data/ftp/dir-listing-hprc-1 +++ /dev/null @@ -1,2 +0,0 @@ - . - .. diff --git a/net/data/ftp/dir-listing-hprc-1.expected b/net/data/ftp/dir-listing-hprc-1.expected deleted file mode 100644 index 6259526..0000000 --- a/net/data/ftp/dir-listing-hprc-1.expected +++ /dev/null @@ -1,17 +0,0 @@ -- -. -0 -1994 -11 -15 -12 -45 - -- -.. -0 -1994 -11 -15 -12 -45 diff --git a/net/data/ftp/dir-listing-hprc-2 b/net/data/ftp/dir-listing-hprc-2 deleted file mode 100644 index 31a8688..0000000 --- a/net/data/ftp/dir-listing-hprc-2 +++ /dev/null @@ -1,4 +0,0 @@ - . - .. - .welcome - readme diff --git a/net/data/ftp/dir-listing-hprc-2.expected b/net/data/ftp/dir-listing-hprc-2.expected deleted file mode 100644 index e597b76..0000000 --- a/net/data/ftp/dir-listing-hprc-2.expected +++ /dev/null @@ -1,35 +0,0 @@ -- -. -0 -1994 -11 -15 -12 -45 - -- -.. -0 -1994 -11 -15 -12 -45 - -- -.welcome -0 -1994 -11 -15 -12 -45 - -- -readme -0 -1994 -11 -15 -12 -45 diff --git a/net/data/ftp/dir-listing-hprc-3 b/net/data/ftp/dir-listing-hprc-3 deleted file mode 100644 index 0e2f2d0..0000000 --- a/net/data/ftp/dir-listing-hprc-3 +++ /dev/null @@ -1,3 +0,0 @@ - . - .. - Multi Word File Name.txt diff --git a/net/data/ftp/dir-listing-hprc-3.expected b/net/data/ftp/dir-listing-hprc-3.expected deleted file mode 100644 index a71cbd2..0000000 --- a/net/data/ftp/dir-listing-hprc-3.expected +++ /dev/null @@ -1,26 +0,0 @@ -- -. -0 -1994 -11 -15 -12 -45 - -- -.. -0 -1994 -11 -15 -12 -45 - -- -Multi Word File Name.txt -0 -1994 -11 -15 -12 -45 |