Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for #1137 #1138

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix for #1137 #1138

wants to merge 2 commits into from

Conversation

xerx593
Copy link

@xerx593 xerx593 commented Apr 26, 2023

Tests run: 238, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.555 s - in TestSuite

Results:

Tests run: 238, Failures: 0, Errors: 0, Skipped: 0

@@ -64,15 +64,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-version}</version>
<dependencies>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only both deletions make it happen

@@ -28,15 +29,11 @@ public void testParameterOrders() throws Exception {
new DefaultGenerator().opts(clientOptInput).generate();

final File petControllerFile = new File(output, "/src/main/java/io/swagger/model/PolymorphicResponse.java");
final String content = FileUtils.readFileToString(petControllerFile);

Assert.assertTrue(content.contains(
Copy link
Author

@xerx593 xerx593 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

..then this fails..at least on my "platform"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant