You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove trailing slashes from controller tests (#5693)
This commit accounts for the fact that as of Spring Framework 6.0, the trailing
slash matching configuration option has been deprecated and its default value
set to false. The mvc tests are adjusted to remove the trailing slash from their
endpoint urls.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server-core/src/test/java/org/springframework/cloud/dataflow/server/configuration/TestDependencies.java
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server-core/src/test/java/org/springframework/cloud/dataflow/server/controller/AppRegistryControllerTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ public void testVersionOverride() throws Exception {
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server-core/src/test/java/org/springframework/cloud/dataflow/server/controller/AuditRecordControllerTests.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -124,17 +124,17 @@ public void setupMocks() throws Exception {
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server-core/src/test/java/org/springframework/cloud/dataflow/server/controller/JobExecutionControllerTests.java
+14-14
Original file line number
Diff line number
Diff line change
@@ -227,15 +227,15 @@ public void testGetExecutionWithJobProperties() throws Exception {
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server-core/src/test/java/org/springframework/cloud/dataflow/server/controller/JobExecutionThinControllerTests.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ public void testGetAllExecutionsJobExecutionOnly() throws Exception {
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server-core/src/test/java/org/springframework/cloud/dataflow/server/controller/JobInstanceControllerTests.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -144,15 +144,15 @@ public void testGetInstance() throws Exception {
0 commit comments