ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/t/04_stat.t
(Generate patch)

Comparing EV/t/04_stat.t (file contents):
Revision 1.1 by root, Tue Nov 27 07:27:10 2007 UTC vs.
Revision 1.2 by root, Tue Nov 27 09:37:59 2007 UTC

22print "ok 1\n"; 22print "ok 1\n";
23EV::loop; 23EV::loop;
24print "ok 3\n"; 24print "ok 3\n";
25 25
26syswrite $fh, "size change"; 26syswrite $fh, "size change";
27undef $fh; # work around bugs in windows not updating stat info
27 28
28my $t = EV::timer 0.2, 0, sub { 29my $t = EV::timer 0.2, 0, sub {
29 print "no ok 5\n"; 30 print "no ok 5\n";
30 EV::unloop; 31 EV::unloop;
31}; 32};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines