소스 검색

Removed unused 'pause' instruction in the tests

Emmanuel Peroumalnaik 11 년 전
부모
커밋
ddfc552062
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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');