[Jifty-commit] r3810 - in Test-WWW-Declare: lib/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Aug 6 14:07:18 EDT 2007


Author: sartak
Date: Mon Aug  6 14:07:17 2007
New Revision: 3810

Modified:
   Test-WWW-Declare/   (props changed)
   Test-WWW-Declare/lib/Test/WWW/Declare.pm

Log:
 r29959 at caladan:  sartak | 2007-08-06 14:07:08 -0400
 clarification


Modified: Test-WWW-Declare/lib/Test/WWW/Declare.pm
==============================================================================
--- Test-WWW-Declare/lib/Test/WWW/Declare.pm	(original)
+++ Test-WWW-Declare/lib/Test/WWW/Declare.pm	Mon Aug  6 14:07:17 2007
@@ -34,10 +34,10 @@
 
 =head2 DESCRIPTION
 
-Often in web apps, tests are very dependent. If one test fails (e.g. "follow the
-link to the admin page") then it's likely there will be many more failures. This
-module aims to alleviate this problem, as well as provide a nicer interface to
-L<Test::WWW::Mechanize>.
+Often in web apps, tests are very dependent on the state set up by previous
+tests. If one test fails (e.g. "follow the link to the admin page") then it's
+likely there will be many more failures. This module aims to alleviate this
+problem, as well as provide a nicer interface to L<Test::WWW::Mechanize>.
 
 The central idea is that of flow. Each flow is a sequence of commands ("fill in
 this form") and assertions ("content should contain 'testuser'"). If any of these


More information about the Jifty-commit mailing list