You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2010/10/19 05:22:26 UTC

[jira] Updated: (OPENEJB-792) Failure in RedeployTest on Windows.

     [ https://issues.apache.org/jira/browse/OPENEJB-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-792:
----------------------------------

    Affects Version/s:     (was: 3.1.x)
        Fix Version/s:     (was: 3.1.x)
                       (trunk/openejb3)

> Failure in RedeployTest on Windows. 
> ------------------------------------
>
>                 Key: OPENEJB-792
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-792
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>            Priority: Minor
>             Fix For: (trunk/openejb3)
>
>
> I'm getting a failure in the RedeployTest when running on Windows.  The test make a call to getAbsolutePath() on the destoryApplication() call.  However, the application is loaded and registered using getCanonicalPath().  Most of the time, this produces the same result, but on my Windows system, there is a mismatch in the case of the path drive letter ("c:\..." vs "C:\..."), causing the destroy operation to fail.  Changing the getAbsolutePath() call in the test case to getCanonicalPath() removes this failure. 

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