Skip to content

Commit

Permalink
Update index view and test path configuration
Browse files Browse the repository at this point in the history
- Removed ActionViewComponent and NestedActionViewComponent links from index view in Thymeleaf, KTE, and Java examples.
- Updated the external project path in the 'Run all example tests' configuration.
  • Loading branch information
tschuehly committed Jun 1, 2024
1 parent 15ef707 commit af4490d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/.run/Run all example tests.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="Run all example tests" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalProjectPath" value="$PROJECT_DIR$/examples" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
<a href="/">IndexViewComponent</a><br>
<a href="/simple">SimpleViewComponent</a><br>
<a href="/layout">LayoutViewComponent</a><br>
<a href="/action">ActionViewComponent</a><br>
<a href="/nested-action">NestedActionViewComponent</a><br>

</html>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ <h1>This is the IndexViewComponent</h1>
<a href="/">IndexViewComponent</a><br>
<a href="/simple">SimpleViewComponent</a><br>
<a href="/layout">LayoutViewComponent</a><br>
<a href="/action">ActionViewComponent</a><br>
<a href="/nested-action">NestedActionViewComponent</a><br>
</html>
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<html>
<div>
<h1>This is the IndexViewComponent</h1>
<h1>This is the IndexViewComponent</h1>

</div>
<a href="/">IndexViewComponent</a><br>
<a href="/simple">SimpleViewComponent</a><br>
<a href="/layout">LayoutViewComponent</a><br>
<a href="/action">ActionViewComponent</a><br>
<a href="/nested-action">NestedActionViewComponent</a><br>

</html>

0 comments on commit af4490d

Please sign in to comment.