BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 (#9806)
* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 * BAEL-3836: Fix failing test in core-java-concurrency-advanced-3
This commit is contained in:
parent
3acad0b7cf
commit
f18d4dfa98
@ -15,7 +15,15 @@ import java.util.logging.Logger;
|
|||||||
|
|
||||||
import static org.junit.Assert.fail;
|
import static org.junit.Assert.fail;
|
||||||
|
|
||||||
public class PrimeNumbersUnitManualTest {
|
/**
|
||||||
|
* This test expects the file target/test-classes/META-INF/BenchmarkList to be present.
|
||||||
|
*
|
||||||
|
* Before running the test ensure that the file is present.
|
||||||
|
* If not, please run mvn install on the module.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
public class PrimeNumbersManualTest {
|
||||||
|
|
||||||
private static Logger logger = Logger.getAnonymousLogger();
|
private static Logger logger = Logger.getAnonymousLogger();
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user