SVN: toys/rsget.pl/Get/RapidShark

sparky sparky at pld-linux.org
Sun Jan 10 02:58:22 CET 2010


Author: sparky
Date: Sun Jan 10 02:58:22 2010
New Revision: 11095

Modified:
   toys/rsget.pl/Get/RapidShark
Log:
- CLICK has no wait message


Modified: toys/rsget.pl/Get/RapidShark
==============================================================================
--- toys/rsget.pl/Get/RapidShark	(original)
+++ toys/rsget.pl/Get/RapidShark	Sun Jan 10 02:58:22 2010
@@ -58,7 +58,7 @@
 
 	WAIT( $-{wait}, "waiting for download link" );
 	
-	CLICK( $-{form}->post(), "expecting download link" );
+	CLICK( $-{form}->post() );
 
 	if ( /{lang_dod_7}/ ) {
 		CAPTCHA_RESULT( "FAIL" );


More information about the pld-cvs-commit mailing list