From d2bdcd8d24ef56831f3cceac6452420574f8e33a Mon Sep 17 00:00:00 2001 From: mertz Date: Wed, 6 Nov 2002 09:13:19 +0000 Subject: suppression des items bezier --- Perl/t/test-no-crash.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Perl/t') diff --git a/Perl/t/test-no-crash.pl b/Perl/t/test-no-crash.pl index cdc5821..5e2a82e 100644 --- a/Perl/t/test-no-crash.pl +++ b/Perl/t/test-no-crash.pl @@ -86,7 +86,7 @@ my $zinc = $mw->Zinc(-width => 500, -height => 500, my %itemtypes; my @itemtypes = qw(arc tabular track waypoint - bezier curve rectangle triangles + curve rectangle triangles group icon map reticle text window ); @@ -136,7 +136,6 @@ sub creating_items { &test_eval (1, "add", 'arc', 1, [10,10 , 50,50]); - &test_eval (1, "add", 'bezier', 1, [10,10 , 50,50, 100,10, 10,200, 150,40]); &test_eval (1, "add", 'curve', 1, [30,0 , 150,10, 100,110, 10,100, 50,140]); &test_eval (1, "add", 'rectangle', 1, [400,400 , 450,220]); &test_eval (1, "add", 'triangles', 1, [200,200 , 300,200 , 300,300, 200,300], -- cgit v1.1