You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/12/11 14:00:11 UTC

svn commit: r932287 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/more-advanced-topics/Fixture-Scripts.html

Author: buildbot
Date: Thu Dec 11 13:00:10 2014
New Revision: 932287

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 11 13:00:10 2014
@@ -1 +1 @@
-1644619
+1644620

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 11 13:00:10 2014
@@ -1 +1 @@
-1644619
+1644620

Modified: websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html (original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html Thu Dec 11 13:00:10 2014
@@ -814,7 +814,7 @@ In practice though we recommend keeping
 
 <p>The <a href="../intro/getting-started/todoapp-archetype.html">todo app</a>'s fixture hierarchy as implemented is quite flat:</p>
 
-<p><img src="images/fixture-script-hierarchies-1.PNG" width="400"></img></p>
+<p><img src="images/fixture-script-hierarchies-1.PNG" width="500"></img></p>
 
 <p>where each dependency represents one fixture script using <code>ExecutionContext#executeChild(...)</code> to execute another.</p>