--- trunk/t/5_Node.t 2006/02/19 13:50:50 105 +++ trunk/t/5_Node.t 2006/02/19 14:26:21 106 @@ -139,7 +139,7 @@ throws_ok { $node->name } qr/404/, 'croak on error'; # croak_on_error -ok($node = new Search::Estraier::Node( url => "http://localhost:1978/$test1_node", croak_on_error => 1 ), "new $test1_node"); +ok($node = new Search::Estraier::Node( url => "http://localhost:1978/node/$test1_node", croak_on_error => 1 ), "new $test1_node"); ok(! $node->uri_to_id('foobar'), 'uri_to_id without croak');