You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by sebb <se...@gmail.com> on 2015/02/15 16:50:21 UTC

Re: svn commit: r1659824 - /jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java

On 14 February 2015 at 17:41,  <pm...@apache.org> wrote:
> Author: pmouawad
> Date: Sat Feb 14 17:41:43 2015
> New Revision: 1659824
>
> URL: http://svn.apache.org/r1659824
> Log:
> Fix last commit on class which exited without running JUnit Tests

Oops, sorry about that.

> Modified:
>     jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java
>
> Modified: jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java
> URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java?rev=1659824&r1=1659823&r2=1659824&view=diff
> ==============================================================================
> --- jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java (original)
> +++ jmeter/trunk/test/src/org/apache/jorphan/test/AllTests.java Sat Feb 14 17:41:43 2015
> @@ -380,7 +380,6 @@ public final class AllTests {
>              log.error("", e);
>          }
>          System.out.println("Created: "+tests+" tests including "+suites+" suites");
> -        System.exit(0);
>          return suite;
>      }
>  }
>
>