X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-api.t;h=6e96183b71fcfb22bf2838ba53883983f4b276df;hb=31c76c4ebd6698024a66ba28f8eed88900717038;hp=b0d7b20498c0ae204fd375d664f38e344918fcd1;hpb=b8f42942311854cb0ef8a3e34c0145846639cd2e;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/t/01-api.t b/t/01-api.t index b0d7b20..6e96183 100644 --- a/t/01-api.t +++ b/t/01-api.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 5 + 20 + 12; +use Test::More tests => 5 + 23 + 12; use LaTeX::TikZ; @@ -31,11 +31,11 @@ is(prototype('Tikz'), '', 'main::Tikz is actually a constant'); my @methods = qw< formatter functor raw - union seq + union seq chain join point line polyline closed_polyline rectangle circle arc arrow raw_mod clip layer - width color fill pattern + scale width color fill pattern >; for (@methods) {