File: ezmlm.t

package info (click to toggle)
libemail-foldertype-perl 0.812-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144 kB
  • ctags: 14
  • sloc: perl: 63; makefile: 39
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (6)
1
2
3
4
5
use Test::More tests => 2;

use_ok('Email::FolderType',qw(folder_type));

is(folder_type('t/testez//'), 'Ezmlm');