File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <chapter version = " 5.0 "
3
- xsi : schemaLocation =" http://docbook.org/ns/docbook http://www.docbook.org/xml/ 5.0/xsd/docbook.xsd http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd "
4
- xml : id = " testing " xmlns = " http://docbook. org/ns/docbook "
5
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance "
6
- xmlns : xs =" http://www.w3.org/2001/XMLSchema"
7
- xmlns : xl = " http://www.w3.org/1999/xlink "
8
- xmlns : xi = " http://www.w3 .org/2001/XInclude "
9
- xmlns : ns = " http://docbook.org/ns/docbook " >
2
+ <chapter xml : id = " testing "
3
+ xmlns =" http://docbook.org/ns/docbook" version = " 5.0"
4
+ xmlns : xl = " http://www.w3. org/1999/xlink "
5
+ xmlns : xi =" http://www.w3.org/2001/XInclude "
6
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance "
7
+ xsi : schemaLocation = "
8
+ http://docbook.org/ns/docbook http://www.docbook .org/xml/5.0/xsd/docbook.xsd
9
+ http://www.w3.org/1999/xlink http://www. docbook.org/xml/5.0/xsd/xlink.xsd " >
10
10
<title >Testing</title >
11
11
12
12
<section xml : id =" testing-introduction" >
@@ -2054,7 +2054,7 @@ public class WacTests {
2054
2054
@Autowired WebApplicationContext wac; // cached
2055
2055
2056
2056
@Autowired MockServletContext servletContext; // cached
2057
-
2057
+
2058
2058
@Autowired MockHttpSession session;
2059
2059
2060
2060
@Autowired MockHttpServletRequest request;
You can’t perform that action at this time.
0 commit comments