You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Martin Murphy (JIRA)" <ji...@apache.org> on 2009/12/31 17:08:40 UTC

[jira] Created: (AMQ-2555) A number of tests fail if the base directory contains whitespaces

A number of tests fail if the base directory contains whitespaces
-----------------------------------------------------------------

                 Key: AMQ-2555
                 URL: https://issues.apache.org/activemq/browse/AMQ-2555
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.3.0, 5.3.1, 5.4.0, 6.0.0
            Reporter: Martin Murphy


In the activemq-core project these tests will fail if the base directory contains whitespace, this is sometimes the case on Windows.
* BrokerXmlConfigFromJNDITest 
* StompSslAuthTest 
* XBeanSecurityTest 
* SimpleSecurityBrokerSystemTest 
Rather than just failing the tests should state that the base directory should not contain spaces, this is due to the restrictions on characters that can be used in URIs, URLs, etc.
I'll attach a patch for this now.

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


[jira] Resolved: (AMQ-2555) A number of tests fail if the base directory contains whitespaces

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-2555.
-----------------------------

    Resolution: Fixed
      Assignee: Rob Davies

Patch applied in SVN revision 905973

> A number of tests fail if the base directory contains whitespaces
> -----------------------------------------------------------------
>
>                 Key: AMQ-2555
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2555
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.3.0, 5.3.1, 5.4.0, 6.0.0
>            Reporter: Martin Murphy
>            Assignee: Rob Davies
>         Attachments: whitespace.patch.txt
>
>   Original Estimate: 10 minutes
>  Remaining Estimate: 10 minutes
>
> In the activemq-core project these tests will fail if the base directory contains whitespace, this is sometimes the case on Windows.
> * BrokerXmlConfigFromJNDITest 
> * StompSslAuthTest 
> * XBeanSecurityTest 
> * SimpleSecurityBrokerSystemTest 
> Rather than just failing the tests should state that the base directory should not contain spaces, this is due to the restrictions on characters that can be used in URIs, URLs, etc.
> I'll attach a patch for this now.

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


[jira] Updated: (AMQ-2555) A number of tests fail if the base directory contains whitespaces

Posted by "Martin Murphy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Murphy updated AMQ-2555:
-------------------------------

    Attachment: whitespace.patch.txt

Here is the patch that updates one of the failing tests and adds support for an assertion based on whitespaces in the base directory

> A number of tests fail if the base directory contains whitespaces
> -----------------------------------------------------------------
>
>                 Key: AMQ-2555
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2555
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.3.0, 5.3.1, 5.4.0, 6.0.0
>            Reporter: Martin Murphy
>         Attachments: whitespace.patch.txt
>
>   Original Estimate: 10 minutes
>  Remaining Estimate: 10 minutes
>
> In the activemq-core project these tests will fail if the base directory contains whitespace, this is sometimes the case on Windows.
> * BrokerXmlConfigFromJNDITest 
> * StompSslAuthTest 
> * XBeanSecurityTest 
> * SimpleSecurityBrokerSystemTest 
> Rather than just failing the tests should state that the base directory should not contain spaces, this is due to the restrictions on characters that can be used in URIs, URLs, etc.
> I'll attach a patch for this now.

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