You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/01/11 14:35:40 UTC

svn commit: r1557388 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java

Author: sebb
Date: Sat Jan 11 13:35:39 2014
New Revision: 1557388

URL: http://svn.apache.org/r1557388
Log:
Fix up class name

Modified:
    commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java

Modified: commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java?rev=1557388&r1=1557387&r2=1557388&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java (original)
+++ commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java Sat Jan 11 13:35:39 2014
@@ -37,7 +37,7 @@ import org.junit.Test;
 /**
  * @version $Id$
  */
-public class EnvironmentUtilTest {
+public class EnvironmentUtilsTest {
 
     /**
      * Tests the behaviour of the EnvironmentUtils.toStrings()



Re: svn commit: r1557388 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java

Posted by Benedikt Ritter <br...@apache.org>.
D'oh my fault, sorry about that.


2014/1/11 <se...@apache.org>

> Author: sebb
> Date: Sat Jan 11 13:35:39 2014
> New Revision: 1557388
>
> URL: http://svn.apache.org/r1557388
> Log:
> Fix up class name
>
> Modified:
>
> commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
>
> Modified:
> commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
> URL:
> http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java?rev=1557388&r1=1557387&r2=1557388&view=diff
>
> ==============================================================================
> ---
> commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
> (original)
> +++
> commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
> Sat Jan 11 13:35:39 2014
> @@ -37,7 +37,7 @@ import org.junit.Test;
>  /**
>   * @version $Id$
>   */
> -public class EnvironmentUtilTest {
> +public class EnvironmentUtilsTest {
>
>      /**
>       * Tests the behaviour of the EnvironmentUtils.toStrings()
>
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter