From c1cc85914df76fea260fa64f73ee7da63eb299a9 Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 13 Sep 2012 16:50:17 +0000 Subject: [PATCH] Removed UpdateNeeded and UnderConstruction templates. Author:halw Date:2012-09-13T16:50:17.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1175 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../using-autotest/create-manual-test.wiki | 6 ------ 1 file changed, 6 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/create-manual-test.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/create-manual-test.wiki index 3ac76ce8..5535cfa0 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/create-manual-test.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/create-manual-test.wiki @@ -1,12 +1,6 @@ [[Property:title|Create a manual test]] [[Property:weight|2]] [[Property:uuid|e78f25e3-ed3a-f8fa-e71d-28a4dda1825f]] -{{UpdateNeeded}} - - -{{UnderConstruction}} - - ==A system to test== For developing our manual test, let's use a simple system that contains a class modeling bank accounts. Here are two classes that will make up our system. The first, APPLICATION will be the root class of our system. APPLICATION really only serves to declare an attribute of type BANK_ACCOUNT, which is the class we will write a test against. APPLICATION looks like this: