Skip to content

Commit 4e81b85

Browse files
committed
fix: Fix incorrect package declarations in CppHttplibServerCodegen test
files. fix: update sample `restclient-enum-in-multipart`
1 parent fd0d43f commit 4e81b85

100 files changed

Lines changed: 11290 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/openapi-generator/src/test/java/org/openapitools/codegen/cpphttplibserver/CppHttplibServerCodegenModelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.openapitools.codegen.cpphttplib;
16+
package org.openapitools.codegen.cpphttplibserver;
1717

1818
import org.openapitools.codegen.*;
1919
import org.openapitools.codegen.languages.CppHttplibServerCodegen;

modules/openapi-generator/src/test/java/org/openapitools/codegen/cpphttplibserver/CppHttplibServerCodegenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.openapitools.codegen.cpphttplib;
16+
package org.openapitools.codegen.cpphttplibserver;
1717

1818
import static org.openapitools.codegen.utils.StringUtils.underscore;
1919

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AllOfSimpleModel
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**arrayOfStrings** | **List<String>** | | |
11+
12+
13+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# Animal
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**className** | **String** | | |
11+
|**color** | **String** | | [optional] |
12+
13+
14+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# AnyTypeTest
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**anyTypeProperty** | **Object** | | [optional] |
11+
|**arrayProp** | **List<String>** | test array in 3.1 spec | [optional] |
12+
|**refArrayPrefixItems** | **List<Object>** | An item that was added to the queue. | [optional] |
13+
14+
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# ArrayOfSameRef
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**arrayFooOne** | [**List<Tag>**](Tag.md) | | [optional] |
11+
|**arrayFooTwo** | [**List<Tag>**](Tag.md) | | [optional] |
12+
|**arrayFooThree** | [**List<Tag>**](Tag.md) | | [optional] |
13+
14+
15+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# Cat
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**declawed** | **Boolean** | | [optional] |
11+
12+
13+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# Category
4+
5+
A category for a pet
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**id** | **Long** | | [optional] |
12+
|**name** | **String** | | [optional] |
13+
14+
15+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# CircularReference1
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**prop1** | [**CircularReference2**](CircularReference2.md) | | [optional] |
11+
12+
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# CircularReference2
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**prop1** | [**CircularReference3**](CircularReference3.md) | | [optional] |
11+
12+
13+

0 commit comments

Comments
 (0)