mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-02-13 07:49:02 +00:00
SVG participants have title now
This commit is contained in:
parent
0698f86241
commit
91cee36b32
@ -111,8 +111,8 @@ public class TestSVG extends WebappTestCase {
|
|||||||
aliceCounter++;
|
aliceCounter++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assertions.assertTrue(bobCounter == 2);
|
Assertions.assertTrue(bobCounter == 3);
|
||||||
Assertions.assertTrue(aliceCounter == 2);
|
Assertions.assertTrue(aliceCounter == 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user