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/02/11 09:11:59 UTC

svn commit: r897383 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/integtestsupport.html

Author: buildbot
Date: Tue Feb 11 08:11:59 2014
New Revision: 897383

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/core/integtestsupport.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 08:11:59 2014
@@ -1 +1 @@
-1567009
+1567010

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 08:11:59 2014
@@ -1 +1 @@
-1567009
+1567010

Modified: websites/staging/isis/trunk/content/core/integtestsupport.html
==============================================================================
--- websites/staging/isis/trunk/content/core/integtestsupport.html (original)
+++ websites/staging/isis/trunk/content/core/integtestsupport.html Tue Feb 11 08:11:59 2014
@@ -298,7 +298,7 @@
     </dependency>
 </pre>
 
-<p>A full example is provided in the <a href="../getting-started/quickstart-archetype.html">quickstart archetype</a>.  But to briefly explain; the recommended approach is to create an abstract class for all your integration tests.  Here is the one from the quickstart archetype:</p>
+<p>A full example is provided in the <a href="../intro/getting-started/quickstart-archetype.html">quickstart archetype</a>.  But to briefly explain; the recommended approach is to create an abstract class for all your integration tests.  Here is the one from the quickstart archetype:</p>
 
 <pre><code>public abstract class AbstractIntegTest {
 
@@ -404,7 +404,7 @@
 
 <p>Note that when the <code>ToDoItem</code> is wrapped, it is not possible to call <code>setComplete()</code> directly on the object; but when it is unwrapped then this call can be made as per normal.</p>
 
-<p>The full source code, plus other example tests, can be found <a href="https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/integtests/src/test/java/integtests">here</a>.</p>
+<p>The full source code, plus other example tests, can be found <a href="https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/integtests/src/test/java">here</a>.</p>