[ 
https://issues.apache.org/jira/browse/NET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586902#action_12586902
 ] 

Martin Oberhuber commented on NET-214:
--------------------------------------

Running tests twice is exactly what happened to me, and why I stopped doing 
"all tests in bundle" and replaced it by explicitly running specific 
AllTests.java. So if you argue like that, you should also get rid of the other 
"AllTests" classes.

On the other hand, having the "AllTests" classes gives a nice filtering ability 
to temporarily disable some tests and run "all but some" tests.

I don't fear missing any tests since the build.xml still picks up tests by name 
pattern (*Test.java) so that's outside the AllTests* stuff which I consider 
development-time help (compared to the release-time naming convention in 
build.xml).

> [ftp] support rwx access permissions in VMSFTPEntryParser
> ---------------------------------------------------------
>
>                 Key: NET-214
>                 URL: https://issues.apache.org/jira/browse/NET-214
>             Project: Commons Net
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Martin Oberhuber
>            Priority: Minor
>             Fix For: 1.5, 2.0
>
>         Attachments: net-214-vmsParser.diff.txt, vmsPermissions.diff.txt
>
>
> The VMSFTPEntryParser currently doesn't expose the VMS access permissions in 
> the FTPFile structure created, although they are fairly easy to parse.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to