Ver Fonte

Removed unused 'pause' instruction in the tests

Emmanuel Peroumalnaik há 11 anos atrás
pai
commit
ddfc552062
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      t/01-driver.t

+ 0 - 1
t/01-driver.t

@@ -181,7 +181,6 @@ WINDOW: {
     is(ref $ret, 'ARRAY', 'Received all window handles');
     $ret = $driver->set_window_position(100,100);
     is($ret, 1, 'Set the window position to 100, 100');
-    $driver->pause(500);
     $ret = $driver->get_window_position();
     is ($ret->{'x'}, 100, 'Got the right X Co-ordinate');
     is ($ret->{'y'}, 100, 'Got the right Y Co-ordinate');