You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "David Latorre (JIRA)" <ji...@apache.org> on 2008/09/10 18:27:50 UTC

[jira] Created: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

FileUserManagerConfigTest fails on Windows.
-------------------------------------------

                 Key: FTPSERVER-176
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-176
             Project: FtpServer
          Issue Type: Bug
         Environment: Windows family & probably other non-Unix operating systems. 
            Reporter: David Latorre
            Priority: Trivial


FileUserManagerConfigTest is comparing the path to a file with the fixed String "/tmp/foo.users" so it will fail on Windows systems.
Patch provided.

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


[jira] Updated: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

Posted by "David Latorre (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Latorre updated FTPSERVER-176:
------------------------------------

    Attachment: FileUserManagerConfigTestPatch.diff

We only need to create a File object from the fixed String ("/tmp/foo.users") and compare the absolute paths.


> FileUserManagerConfigTest fails on Windows.
> -------------------------------------------
>
>                 Key: FTPSERVER-176
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-176
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-M4
>         Environment: Windows family & probably other non-Unix operating systems. 
>            Reporter: David Latorre
>            Priority: Trivial
>         Attachments: FileUserManagerConfigTestPatch.diff
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> FileUserManagerConfigTest is comparing the path to a file with the fixed String "/tmp/foo.users" so it will fail on Windows systems.
> This is a trivial++ bug but it prevents maven from building the project, something that discourages users - patch provided.

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


[jira] Updated: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

Posted by "David Latorre (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Latorre updated FTPSERVER-176:
------------------------------------

          Component/s: Core
          Description: 
FileUserManagerConfigTest is comparing the path to a file with the fixed String "/tmp/foo.users" so it will fail on Windows systems.
This is a trivial++ bug but it prevents maven from building the project, something that discourages users - patch provided.

  was:
FileUserManagerConfigTest is comparing the path to a file with the fixed String "/tmp/foo.users" so it will fail on Windows systems.
Patch provided.

    Affects Version/s: 1.0-M4

> FileUserManagerConfigTest fails on Windows.
> -------------------------------------------
>
>                 Key: FTPSERVER-176
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-176
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-M4
>         Environment: Windows family & probably other non-Unix operating systems. 
>            Reporter: David Latorre
>            Priority: Trivial
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> FileUserManagerConfigTest is comparing the path to a file with the fixed String "/tmp/foo.users" so it will fail on Windows systems.
> This is a trivial++ bug but it prevents maven from building the project, something that discourages users - patch provided.

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


[jira] Closed: (FTPSERVER-176) FileUserManagerConfigTest fails on Windows.

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-176.
---------------------------------------

       Resolution: Duplicate
    Fix Version/s: 1.0-M4
         Assignee: Niklas Gustavsson

Duplicated FTPSERVER-175

> FileUserManagerConfigTest fails on Windows.
> -------------------------------------------
>
>                 Key: FTPSERVER-176
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-176
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-M4
>         Environment: Windows family & probably other non-Unix operating systems. 
>            Reporter: David Latorre
>            Assignee: Niklas Gustavsson
>            Priority: Trivial
>             Fix For: 1.0-M4
>
>         Attachments: FileUserManagerConfigTestPatch.diff
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> FileUserManagerConfigTest is comparing the path to a file with the fixed String "/tmp/foo.users" so it will fail on Windows systems.
> This is a trivial++ bug but it prevents maven from building the project, something that discourages users - patch provided.

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