Modified:
/trunk/tests.php
=======================================
--- /trunk/tests.php Sun Jul 4 06:16:46 2010
+++ /trunk/tests.php Sat Apr 9 23:39:23 2011
@@ -12,6 +12,11 @@
try
{
+ $result = $rpc->sstats( );
+ print "GET SESSION STATS... [{$result->result}]\n";
+
+ sleep( 2 );
+
$result = $rpc->add( $test_torrent, '/tmp' );
$id = $result->arguments->torrent_added->id;
print "ADD TORRENT TEST... [{$result->result}] (id=$id)\n";