Skip to content

Commit f7dea95

Browse files
committed
#24, run integration test
(cherry picked from commit 5b01a45)
1 parent b8d2f33 commit f7dea95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core/ProcessorTestSets.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ val ALL_30: List<TestSet> = listOf(
2424
TestSet("javadoc", API_30),
2525
TestSet("javadoc-with-mapping", API_30),
2626
TestSet("map-from-additional-properties", API_30),
27+
TestSet("map-from-additional-properties-with-package-name", API_30),
2728
TestSet("method-operation-id", API_30),
2829
TestSet("model-name-suffix", API_30),
2930
TestSet("model-name-suffix-with-package-name", API_30),
@@ -87,6 +88,7 @@ val ALL_31: List<TestSet> = listOf(
8788
TestSet("javadoc", API_31),
8889
TestSet("javadoc-with-mapping", API_31),
8990
TestSet("map-from-additional-properties", API_31),
91+
TestSet("map-from-additional-properties-with-package-name", API_31),
9092
TestSet("method-operation-id", API_31),
9193
TestSet("model-name-suffix", API_31),
9294
TestSet("model-name-suffix-with-package-name", API_31),

0 commit comments

Comments
 (0)