Tk800.015 PATCH: t/browseentry.t 
Author Message
 Tk800.015 PATCH: t/browseentry.t

If interactive placement of windows is enabled in your window manager
then this test will fail unless you are really fast in placing the
mainwindow:

t/browseentry.......grab failed: another application has grab at blib/lib/Tk/Submethods.pm line 19.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 8-13
        Failed 6/13 tests, 53.85% okay

Here is a patch to fix this:

*** Tk800.015/t/browseentry.t-orig      Sat May 29 05:33:23 1999
--- Tk800.015/t/browseentry.t   Thu Oct  7 12:16:10 1999
***************
*** 16,21 ****
--- 16,22 ----

  my $mw;
  eval {$mw = Tk::MainWindow->new();};
+ eval { $mw->geometry('+10+10'); };

  ok(Tk::Exists($mw), 1, "MainWindow creation failed");

-Jason

|----------------------------------------------------------------------|

| Physics Department                Phone:      (518)276-2050          |
| Rensselaer Polytechnic Institute  FAX:        (518)276-6680          |
| Troy, NY 12180-3590               WWW:   http://www.*-*-*.com/ ~smithj4/ |
|----------------------------------------------------------------------|

==========================================================================
This message was posted through the Stanford campus mailing list
server.  If you wish to unsubscribe from this mailing list, send the



Mon, 25 Mar 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. PATCH: Tk800.015 Tixish/DialogBox.pm

2. Tk800.015 - PATCH

3. filevent bug in Tk800.015 ??

4. Install failed Tk800.015

5. Perl/Tk800.015 Installation problem

6. Tk800.015 RPM package for Linux?

7. Problems loading TK800.015 on OSF 4.0f

8. Problems building Tk800.015

9. Problem with Tk800.015 and Text Widget

10. TextUndo incorrect behavior perl/tk800.015 bug?

11. Tk800.015 incompatible changes?

12. error building Tk800.015 under thread enabled perl5

 

 
Powered by phpBB® Forum Software