Skip to content

Commit 119bbd4

Browse files
committed
moved finished test case
1 parent 804d2a4 commit 119bbd4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrEndToEndTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
3939
// new TestSet(name: 'params-complex-data-types'),
4040
new TestSet(name: 'params-path-simple-data-types'),
4141
new TestSet(name: 'params-request-body'),
42+
new TestSet(name: 'params-request-body-multipart-form-data'),
4243
new TestSet(name: 'params-spring-pageable-mapping'),
4344
new TestSet(name: 'params-enum')
4445
]

src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrPendingTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.junit.Ignore
2020
import org.junit.runner.RunWith
2121
import org.junit.runners.Parameterized
2222

23-
//@Ignore
23+
@Ignore
2424
@RunWith(Parameterized)
2525
class GeneratrPendingTest extends GeneratrTestBase {
2626

0 commit comments

Comments
 (0)