comparison random-index.t @ 110:51f3c88b2930

Tests: remove TODO from dirent.d_type tests, fixed in 0.8.20.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Oct 2009 17:50:49 +0400
parents d125e51ea596
children 8ac1faaddd2c
comparison
equal deleted inserted replaced
109:d125e51ea596 110:51f3c88b2930
58 58
59 $t->run(); 59 $t->run();
60 60
61 ############################################################################### 61 ###############################################################################
62 62
63 TODO: {
64 local $TODO = 'not yet';
65
66 like(http_get('/x/'), qr/RIGHT/s, 'file'); 63 like(http_get('/x/'), qr/RIGHT/s, 'file');
67 64
68 }
69
70 ############################################################################### 65 ###############################################################################