[ 
https://jira.codehaus.org/browse/SUREFIRE-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christophe DENEUX updated SUREFIRE-963:
---------------------------------------

    Description: 
With the following configuration of the maven-surefire-plugin:
{code}
<configuration>
   <environmentVariables>
      <PETALS_CLI_PREFS />
   </environmentVariables>
</configuration>
{code}
I get the String "null" instead of "" as value of my env var in my unit test.

  was:
With the following configuration of the maven-surefire-plugin:
{code}
<configuration>
   <environmentVariables>
      <PETALS_CLI_PREFS></PETALS_CLI_PREFS>
   </environmentVariables>
</configuration>
{code}
I get the String "null" instead of "" as value of my env var in my unit test.


> Unable to set empty environment variables
> -----------------------------------------
>
>                 Key: SUREFIRE-963
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-963
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.13
>         Environment: Linux Ubuntu 12.10,Maven 3.0.4
>            Reporter: Christophe DENEUX
>         Attachments: SUREFIRE-963.txt
>
>
> With the following configuration of the maven-surefire-plugin:
> {code}
> <configuration>
>    <environmentVariables>
>       <PETALS_CLI_PREFS />
>    </environmentVariables>
> </configuration>
> {code}
> I get the String "null" instead of "" as value of my env var in my unit test.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to