DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

Maven SDK 1.1.1 with junit-remote runs tests multiple times #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new project with the Alfresco Maven SDK version 1.1.1
2. Create at least 2 test classes with the 
@org.junit.runner.RunWith(com.tradeshift.test.remote.RemoteTestRunner.class) 
annotation.
3. Print out a statement in both tests.

What is the expected output? What do you see instead?

You will see that the all tests (except the first one) run several times. I 
expect every test to run only once.

What version of the product are you using? On what operating system?

Maven SDK 1.1.1 on OSX with Maven 3.1.1

Original issue reported on code.google.com by m.swe...@aca-it.be on 2 Dec 2013 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by colum...@gmail.com on 10 Dec 2013 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by colum...@gmail.com on 10 Dec 2013 at 11:56

GoogleCodeExporter commented 9 years ago
This should be reviewed as part of the JRebel remote testing review. Mau 
assigning it to you for review but not sure it'll make 2.0.0.

Original comment by colum...@gmail.com on 18 Jul 2014 at 8:22