--- trunk/t/2_isis.t 2006/07/08 14:21:49 55 +++ trunk/t/2_isis.t 2006/07/08 16:03:52 56 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 128; +use Test::More tests => 130; use File::Spec; BEGIN { @@ -238,3 +238,5 @@ __END_OF_ASCII__ +ok(my $hash2 = $isis->to_hash({ mfn => $isis->mfn }), 'to_hash(mfn)'); +is_deeply( $hash2, $hash, 'same hash' );