mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove randomness in generating test data
This commit is contained in:
@@ -172,7 +172,7 @@ public class StringEnumeratorTest extends TestCase {
|
||||
}
|
||||
|
||||
private static final StringBuilder builder = new StringBuilder(100);
|
||||
private static final Random random = new Random();
|
||||
private static final Random random = new Random(2_71828);
|
||||
|
||||
static String createRandomString() {
|
||||
return createRandomString(random);
|
||||
|
||||
Reference in New Issue
Block a user