You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/12/28 16:09:01 UTC

[4/6] isis-site git commit: ISIS-1465: tidies up documentation of FixtureScripts

http://git-wip-us.apache.org/repos/asf/isis-site/blob/991e7cdf/content/guides/rgcms/rgcms.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcms/rgcms.html b/content/guides/rgcms/rgcms.html
index 8880742..558de29 100644
--- a/content/guides/rgcms/rgcms.html
+++ b/content/guides/rgcms/rgcms.html
@@ -3860,10 +3860,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>This abstract class is intended to allow a domain service that can execute <a href="../rgcms/rgcms.html#_rgcms_classes_super_FixtureScript"><code>FixtureScript</code></a>s to be easily written.</p> 
+           <p>This abstract class constitutes the API of a domain service to execute <a href="../rgcms/rgcms.html#_rgcms_classes_super_FixtureScript"><code>FixtureScript</code></a>s.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>However, it has now been deprecated; instead we recommend that the <a href="../rgsvc/rgsvc.html#_rgsvc_testing_FixtureScriptsSpecificationProvider"><code>FixtureScriptsSpecificationProvider</code></a> service is implemented instead. The framework will then automatically use <a href="../rgsvc/rgsvc.html#_rgsvc_testing_FixtureScriptsDefault"><code>FixtureScriptsDefault</code></a> as a fallback implementation of this class.</p> 
+           <p>For more information, see <a href="../rgsvc/rgsvc.html#_rgsvc_testing_FixtureScripts"><code>FixtureScripts</code></a> in the domain services guide.</p> 
           </div> 
           <div class="paragraph"> 
            <p>See the see the <a href="../ugtst/ugtst.html#_ugtst_fixture-scripts">user guideā€™s testing chapter</a> for further discussion on the use of fixture scripts, in particular <a href="../ugtst/ugtst.html#_ugtst_fixture-scripts_api-and-usage">fixture scripts' API and usage</a>.</p>