Skip to content

Commit af72d43

Browse files
committed
Unify names of some tests and resources.
DEVSIX-2240
1 parent 34bbe96 commit af72d43

13 files changed

+11
-11
lines changed

svg/src/test/java/com/itextpdf/svg/renderers/impl/PreserveAspectRatioSvgNodeRendererIntegrationTest.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,32 +77,32 @@ public void xMinYMinTest() throws IOException, InterruptedException {
7777
}
7878

7979
@Test
80-
public void viewBoxScalingTestPreserveAspect_Default_All() throws IOException, InterruptedException {
81-
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewbox_scaling_PreserveAspectRatio_Default_all");
80+
public void viewBoxScalingTestPreserveAspectDefaultAll() throws IOException, InterruptedException {
81+
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBoxScalingTestPreserveAspectDefaultAll");
8282
}
8383

8484
@Test
8585
public void viewBoxWithoutSetPreserveAspectRatio() throws IOException, InterruptedException {
86-
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBox_without_set_preserve_aspect_ratio");
86+
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBoxWithoutSetPreserveAspectRatio");
8787
}
8888

8989
@Test
90-
public void viewBoxScalingTestDoNotPreserveAspect_Min() throws IOException, InterruptedException {
91-
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewbox_scaling_DoNotPreserveAspectRatio_min");
90+
public void viewBoxScalingTestDoNotPreserveAspectMin() throws IOException, InterruptedException {
91+
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBoxScalingTestDoNotPreserveAspectMin");
9292
}
9393

9494
@Test
95-
public void viewBoxScalingTestDoNotPreserveAspect_All() throws IOException, InterruptedException {
96-
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewbox_scaling_DoNotPreserveAspectRatio_all");
95+
public void viewBoxScalingTestDoNotPreserveAspectAll() throws IOException, InterruptedException {
96+
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBoxScalingTestDoNotPreserveAspectAll");
9797
}
9898

9999
@Test
100-
public void viewBoxScalingTestDoNotPreserveAspect_MetricDimensions_Min() throws IOException, InterruptedException {
101-
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewbox_scaling_DoNotPreserveAspectRatio_MetricDimensions_min");
100+
public void viewBoxScalingTestDoNotPreserveAspectMetricDimensionsMin() throws IOException, InterruptedException {
101+
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBoxScalingTestDoNotPreserveAspectMetricDimensionsMin");
102102
}
103103

104104
@Test
105-
public void viewBoxScalingTestDoNotPreserveAspect_MetricDimensions_All() throws IOException, InterruptedException {
106-
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewbox_scaling_DoNotPreserveAspectRatio_MetricDimensions_all");
105+
public void viewBoxScalingTestDoNotPreserveAspectMetricDimensionsAll() throws IOException, InterruptedException {
106+
convertAndCompareSinglePageVisually(SOURCE_FOLDER, DESTINATION_FOLDER,"viewBoxScalingTestDoNotPreserveAspectMetricDimensionsAll");
107107
}
108108
}

0 commit comments

Comments
 (0)