--- trunk/t/5_Node.t 2006/01/06 20:39:58 55 +++ trunk/t/5_Node.t 2006/01/06 20:45:48 56 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 89; +use Test::More tests => 90; use Test::Exception; use Data::Dumper; @@ -113,4 +113,7 @@ ok($node->set_snippet_width( 100, 10, 10 ), "set_snippet_width"); +# user doesn't exist +ok(! $node->set_user('foobar', 1), 'set_user'); + diag "over";