X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-api.t;h=36e9166cb87d5641c09bc159e1fab00532023fe2;hb=1522c5eb22939fb38e99f27e1531704c76b23451;hp=3e2f3547ff7d95ea235f030c8e1d7618e00f3c85;hpb=95aada0ec5b3c5a0d78ed0ad53436b0e70860bc7;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/t/01-api.t b/t/01-api.t index 3e2f354..36e9166 100644 --- a/t/01-api.t +++ b/t/01-api.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 5 + 22 + 12; +use Test::More tests => 5 + 24 + 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 chain join + union path 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) {