--- trunk/t/5_Node.t 2006/01/16 21:42:09 78 +++ trunk/t/5_Node.t 2006/01/16 21:47:21 79 @@ -129,7 +129,7 @@ # croak_on_error ok(my $node2 = new Search::Estraier::Node( url => "http://localhost:1978/non-existant", croak_on_error => 1 ), "new non-existant"); -throws_ok { $node->name } qr/port/, 'croak on error'; +throws_ok { $node2->name } qr/404/, 'croak on error'; SKIP: { skip "no $test2_node in Hyper Estraier, skipping set_link", 2 unless (my $test1_label = $node1->label);