Author: rwinston
Date: Sat Sep 2 09:25:58 2006
New Revision: 439614
URL: http://svn.apache.org/viewvc?rev=439614&view=rev
Log:
Remove redundant collection
Modified:
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
Modified:
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml?rev=439614&r1=439613&r2=439614&view=diff
==============================================================================
---
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
(original)
+++
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
Sat Sep 2 09:25:58 2006
@@ -91,6 +91,9 @@
<action dev="rwinston" type="update">
Removed redundant FTP.IMAGE_FILE_TYPE flag.
</action>
+ <action dev="rwinston" type="update">
+ Added heavily updated MVSFTPEntryParser from
<[EMAIL PROTECTED]>
+ </action>
</release>
Modified:
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java?rev=439614&r1=439613&r2=439614&view=diff
==============================================================================
---
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
(original)
+++
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java
Sat Sep 2 09:25:58 2006
@@ -34,7 +34,6 @@
* @version $Id: MVSFTPEntryParserTest.java,v 1.16 2005/01/02 03:17:50 scohen
Exp $
*/
public class MVSFTPEntryParserTest extends FTPParseTestFramework {
- static List saveftpfiles;
private static final String[] goodsamplesDatasetList = { /* Note, if
the string begins with SAVE, the parsed entry is stored in the List
saveftpfiles */
// "Volume Unit Referred Ext Used Recfm Lrecl
BlkSz Dsorg Dsname",
@@ -110,15 +109,6 @@
return l;
}
- /**
- * @see
org.apache.commons.net.ftp.parser.FTPParseTestFramework#doAdditionalGoodTests()
- */
- /* Add the parsed files for more testing later */
- protected void doAdditionalGoodTests(String test, FTPFile f) {
- if (test.startsWith("SAVE")) { //System.out.println("saving
ftpfile name ="+f.getName());
- saveftpfiles.add(f);
- }
- }
/**
* @see
org.apache.commons.net.ftp.parser.FTPParseTestFramework#getParser()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]