--- trunk/t/7-est.t 2006/05/10 14:08:15 458 +++ trunk/t/7-est.t 2006/05/10 14:48:25 459 @@ -2,7 +2,7 @@ use strict; -use Test::More tests => 10; +use Test::More tests => 13; use Test::Exception; use Cwd qw/abs_path/; use File::Temp qw/tempdir/; @@ -63,7 +63,10 @@ cmp_ok(($#res + 1), '==', $max, "$max hits"); -diag Dumper(\@res); +ok($est->master( action => 'nodeadd', name => 'webpac2test_link', label => 'test' ), "nodeadd"); + +ok($est->add_link( from => 'webpac2test', to => 'webpac2test_link', credit => 42 ), "add_link"); ok($est->master( action => 'nodedel', name => 'webpac2test' ), "nodedel"); +ok($est->master( action => 'nodedel', name => 'webpac2test_link' ), "nodedel");