We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03fae1 commit 293cc9fCopy full SHA for 293cc9f
src/test/java/net/sourceforge/plantuml/servlet/TestMultipageUml.java
@@ -76,7 +76,7 @@ public void testSvgIndexPage() throws IOException {
76
String diagram = getContentText(conn);
77
int diagramLen = diagram.length();
78
Assertions.assertTrue(diagramLen > 4500);
79
- Assertions.assertTrue(diagramLen < 6000);
+ Assertions.assertTrue(diagramLen < 8000);
80
}
81
82
/**
@@ -98,7 +98,7 @@ public void testSvgIndexPageNoIndex() throws IOException {
98
99
100
Assertions.assertTrue(diagramLen > 1500);
101
- Assertions.assertTrue(diagramLen < 4000);
+ Assertions.assertTrue(diagramLen < 6000);
102
103
104
0 commit comments