mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
ignore test
This commit is contained in:
@@ -110,6 +110,7 @@ public class CaptchaTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void bgTest(){
|
||||
LineCaptcha captcha = CaptchaUtil.createLineCaptcha(200, 100, 4, 1);
|
||||
captcha.setBackground(Color.WHITE);
|
||||
|
@@ -4,8 +4,9 @@ import cn.hutool.captcha.generator.MathGenerator;
|
||||
import org.junit.Test;
|
||||
|
||||
public class GeneratorTest {
|
||||
|
||||
@Test
|
||||
public void mathGeneratorTest(){
|
||||
public void mathGeneratorTest() {
|
||||
final MathGenerator mathGenerator = new MathGenerator();
|
||||
for (int i = 0; i < 1000; i++) {
|
||||
mathGenerator.verify(mathGenerator.generate(), "0");
|
||||
|
Reference in New Issue
Block a user