testing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<chapter id="flow-managed-persistence">
|
||||
<title>Flow Managed Persistence</title>
|
||||
<sect1 id="spring-mvc-introduction">
|
||||
<sect1 id="flow-managed-persistence-introduction">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
This chapter shows you how to use flows to manage web application persistence.
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<!ENTITY spring-mvc SYSTEM "spring-mvc.xml">
|
||||
<!ENTITY spring-faces SYSTEM "spring-faces.xml">
|
||||
<!ENTITY portlet SYSTEM "portlet.xml">
|
||||
<!ENTITY testing SYSTEM "testing.xml">
|
||||
<!ENTITY upgrade-guide SYSTEM "upgrade-guide.xml">
|
||||
<!ENTITY flow-definition-field-mappings SYSTEM "flow-definition-field-mappings.xml">
|
||||
]>
|
||||
@@ -84,6 +85,7 @@
|
||||
&spring-mvc;
|
||||
&spring-faces;
|
||||
&portlet;
|
||||
&testing;
|
||||
&upgrade-guide;
|
||||
&flow-definition-field-mappings;
|
||||
|
||||
|
||||
10
spring-webflow-reference/src/testing.xml
Normal file
10
spring-webflow-reference/src/testing.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<chapter id="testing">
|
||||
<title>Testing flows</title>
|
||||
<sect1 id="testing-introduction">
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
This chapter shows you how to test flows.
|
||||
</para>
|
||||
</sect1>
|
||||
</chapter>
|
||||
Reference in New Issue
Block a user