Browse Source

Fix merge-forward

pull/25823/head
Brian Clozel 5 years ago
parent
commit
687c3985d5
  1. 4
      gradle/docs.gradle
  2. 2
      src/docs/asciidoc/testing.adoc

4
gradle/docs.gradle

@ -137,11 +137,7 @@ asciidoctorj { @@ -137,11 +137,7 @@ asciidoctorj {
sectnums: '',
'source-highlighter': 'highlight.js',
highlightjsdir: 'js/highlight',
<<<<<<< HEAD
'highlightjs-theme': 'googlecode',
=======
'highlightjs-theme': 'github', // 'googlecode',
>>>>>>> 5.2.x
stylesdir: 'css/',
stylesheet: 'stylesheet.css',
'spring-version': project.version

2
src/docs/asciidoc/testing.adoc

@ -8441,8 +8441,6 @@ Spring MVC Test's own tests include @@ -8441,8 +8441,6 @@ Spring MVC Test's own tests include
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example
tests] of client-side REST tests.
include::testing/testing-webtestclient.adoc[leveloffset=+2]
[[testing-resources]]
== Further Resources

Loading…
Cancel
Save