You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/02/14 18:41:43 UTC

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

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

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;
     }
 }



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

Posted by sebb <se...@gmail.com>.
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;
>      }
>  }
>
>