--- t/10-xs.t 2008/08/18 18:53:39 22 +++ t/10-xs.t 2008/08/18 18:55:38 23 @@ -5,7 +5,7 @@ use blib; -use Test::More tests => 27; +use Test::More tests => 28; use Test::Exception; use Data::Dump qw/dump/; @@ -67,4 +67,6 @@ ok( tcidbsync( $idb ), 'tcidbsync' ); +ok( tcidboptimize( $idb ), 'tcidboptimize' ); + diag tcidberrmsg( tcidbecode( $idb ) );