8 eval "use DBD::SQLite";
9 plan skip_all
=> "DBD::SQLite is required to run this test" if $@
;
18 my $db = NewDB
->new();
29 $u->i18n( 'en' )->signature( 'hallo' );
31 is
( $u->i18n->istran, 1 );
34 is
( $u->i18n->istran, 0 );
36 is
( $u->i18n->signature, 'hello' );
38 $u->delete( cascade
=> 1 );