stas        2003/01/21 23:00:29

  Modified:    t/error  push_handlers.t
  Log:
  use the new under_construction test to print a descriptive skip reason
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/t/error/push_handlers.t
  
  Index: push_handlers.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/error/push_handlers.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- push_handlers.t   21 Jan 2003 06:30:23 -0000      1.2
  +++ push_handlers.t   22 Jan 2003 07:00:29 -0000      1.3
  @@ -7,7 +7,7 @@
   
   # XXX: the misuse of push_handlers exercised by this test is different
   # at least on FreeBSD, so it fails, skip for now.
  -plan tests => 1, have { "ignore" => sub { 0 } };
  +plan tests => 1, under_construction;
   
   my $location = "/TestError::push_handlers";
   my $expected = "ok";
  
  
  


Reply via email to