Author: pekka.klarck
Date: Tue Jun 23 12:52:36 2009
New Revision: 2046

Modified:
   wiki/HowToWriteGoodTestCases.wiki

Log:
i dont like this wiki format...

Modified: wiki/HowToWriteGoodTestCases.wiki
==============================================================================
--- wiki/HowToWriteGoodTestCases.wiki   (original)
+++ wiki/HowToWriteGoodTestCases.wiki   Tue Jun 23 12:52:36 2009
@@ -29,11 +29,11 @@
 == Naming setup and teardown ==

   * Try to use name that describes what is done
-    * Possibly an existing keyword
+     * Possibly an existing keyword
   * More abstract names acceptable if setup/teardown contain unrelatd steps
-    * Listing steps in name is dublication and a maintenance problem
-      (e.g. `Login to system, add user, activate alarms and check balance`)
-    * May need to use something generic like `Initialize system`
+     * Listing steps in name is dublication and a maintenance problem
+ (e.g. `Login to system, add user, activate alarms and check balance`)
+     * May need to use something generic like `Initialize system`
   * Everyone working with these tests should always understand the name


Reply via email to