ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/t/03_errors.t
(Generate patch)

Comparing IO-AIO/t/03_errors.t (file contents):
Revision 1.3 by root, Tue Aug 16 22:22:18 2005 UTC vs.
Revision 1.4 by root, Wed Oct 25 08:17:22 2006 UTC

57 ok ("\\test\\" eq readlink $some_link); 57 ok ("\\test\\" eq readlink $some_link);
58}; 58};
59pcb; 59pcb;
60unlink $some_link; 60unlink $some_link;
61 61
62# test unlinking and rmdir, also test order of these 62# test unlinking and rmdir
63aio_unlink $some_file, sub { 63aio_unlink $some_file, sub {
64 ok (!shift); 64 ok (!shift);
65}; 65};
66pcb;
66aio_rmdir $some_dir, sub { 67aio_rmdir $some_dir, sub {
67 ok (!shift); 68 ok (!shift);
68}; 69};
69pcb; 70pcb;
70 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines