Skip to content

Commit

Permalink
Merge pull request #21820 from madurangasiriwardena/test-apps
Browse files Browse the repository at this point in the history
Remove openid related test cases
  • Loading branch information
Sachin-Mamoru authored Nov 28, 2024
2 parents 5b3e5b3 + 2a89cfe commit 91d2c02
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 2,106 deletions.
15 changes: 0 additions & 15 deletions modules/integration/tests-integration/tests-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,21 +446,6 @@
<goal>run</goal>
</goals>
</execution>
<execution>
<id>packaging-war-artifacts-openid</id>
<phase>process-test-resources</phase>
<configuration>
<tasks>
<ant antfile="src/test/resources/artifacts/IS/openId/openid-app-build.xml" target="openid-smartconsumerwithclaims" />
<ant antfile="src/test/resources/artifacts/IS/openId/openid-app-build.xml" target="openid-smartconsumerwithoutclaims" />
<ant antfile="src/test/resources/artifacts/IS/openId/openid-app-build.xml" target="openid-dumbconsumerwithclaims" />
<ant antfile="src/test/resources/artifacts/IS/openId/openid-app-build.xml" target="openid-dumbconsumerwithoutclaims" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>packaging-war-artifacts-oauth</id>
<phase>process-test-resources</phase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ public class TomcatInitializerTestCase extends ISIntegrationTest {
"PassiveSTSSampleApp",
"playground.appone",
"playground.apptwo",
"playground2",
// TODO: Check and remove the following with openid tests
"travelocity.com-openid-smartconsumerwithclaims",
"travelocity.com-openid-smartconsumerwithoutclaims",
"travelocity.com-openid-dumbconsumerwithclaims",
"travelocity.com-openid-dumbconsumerwithoutclaims"
// TODO: End of openid apps

"playground2"
};
private static final Log LOG = LogFactory.getLog(TomcatInitializerTestCase.class);

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 91d2c02

Please sign in to comment.