This commit is contained in:
Looly
2019-11-22 07:29:07 +08:00
parent edb8b1ff8c
commit c4740a2c6b
4 changed files with 28 additions and 22 deletions

View File

@@ -93,7 +93,6 @@ public class CaptchaTest {
@Test
@Ignore
public void ShearCaptchaWithMathTest() {
// 定义图形验证码的长和宽
ShearCaptcha captcha = CaptchaUtil.createShearCaptcha(200, 45, 4, 4);
captcha.setGenerator(new MathGenerator());