@@ -42,7 +42,10 @@ This file is part of the iText (R) project.
42
42
*/
43
43
package com .itextpdf .svg .renderers ;
44
44
45
+ import com .itextpdf .styledxmlparser .LogMessageConstant ;
45
46
import com .itextpdf .test .ITextTest ;
47
+ import com .itextpdf .test .annotations .LogMessage ;
48
+ import com .itextpdf .test .annotations .LogMessages ;
46
49
import com .itextpdf .test .annotations .type .IntegrationTest ;
47
50
48
51
import java .io .IOException ;
@@ -84,7 +87,15 @@ public void noLineStrokeWidthTest() throws IOException, InterruptedException {
84
87
85
88
@ Test
86
89
//TODO: update cmp-file after DEVSIX-2258
87
- public void advanced_stroke_Test () throws IOException , InterruptedException {
88
- convertAndCompare (SOURCE_FOLDER , DESTINATION_FOLDER , "stroke_advanced " );
90
+ public void advancedStrokeTest () throws IOException , InterruptedException {
91
+ convertAndCompare (SOURCE_FOLDER , DESTINATION_FOLDER , "strokeAdvanced " );
89
92
}
90
- }
93
+
94
+ @ Test
95
+ //TODO: update cmp-file after DEVSIX-3432
96
+ @ LogMessages (messages = @ LogMessage
97
+ (messageTemplate = LogMessageConstant .UNKNOWN_ABSOLUTE_METRIC_LENGTH_PARSED , count = 12 ))
98
+ public void strokeWidthMeasureUnitsTest () throws IOException , InterruptedException {
99
+ convertAndCompare (SOURCE_FOLDER , DESTINATION_FOLDER , "strokeWidthMeasureUnitsTest" );
100
+ }
101
+ }
0 commit comments