[BACK]Return to misc.t CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring / t

File: [local] / palm / Palm-Keyring / t / misc.t (download)

Revision 1.1, Wed Sep 17 14:49:15 2008 UTC (15 years, 8 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD

some initial tests of _hexdump and _bindump for Devel::Cover.  I will have to actually prove their output, but not yet.

#!/usr/bin/perl -T
# $RedRiver: keyring.t,v 1.17 2007/09/13 15:41:36 andrew Exp $
use strict;
use warnings;

use Test::More tests => 3;

BEGIN { 
    use_ok( 'Palm::Keyring' ); 
}

ok( Palm::Keyring::_hexdump('hex:', '12345'), '_hexdump' );
ok( Palm::Keyring::_bindump('bin:', '12345'), '_bindump' );