[Jifty-commit] r4882 - jifty/branches/jquery/t/TestApp-Plugin-OnClick/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 18 08:37:09 EST 2008


Author: gugod
Date: Fri Jan 18 08:37:09 2008
New Revision: 4882

Modified:
   jifty/branches/jquery/t/TestApp-Plugin-OnClick/t/onclick.t

Log:
Add some delay there to make the last two tests pass.


Modified: jifty/branches/jquery/t/TestApp-Plugin-OnClick/t/onclick.t
==============================================================================
--- jifty/branches/jquery/t/TestApp-Plugin-OnClick/t/onclick.t	(original)
+++ jifty/branches/jquery/t/TestApp-Plugin-OnClick/t/onclick.t	Fri Jan 18 08:37:09 2008
@@ -26,7 +26,11 @@
     'please use Jifty.update instead of update.',
     'bare update is deprecated'
 );
+
+sleep 2;
+
 $html = $sel->get_html_source;
+
 like( $html, qr/original content/, 'replace content correctly' );
 unlike( $html, qr{args:/content\.html}, 'replaced by javascript' );
 


More information about the Jifty-commit mailing list