diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2011-01-23 10:40:52 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2011-01-23 10:40:52 +0000 |
commit | 320ea473fc246f6d4efd500da993bfeeb36f82cc (patch) | |
tree | aa7f8697bfc78eb70b90630817da6e90d7dd1249 /t/synthesis.t | |
parent | e2c60cda1b14b1b7697a422186997ce6315e7949 (diff) | |
download | perl-URPM-320ea473fc246f6d4efd500da993bfeeb36f82cc.tar perl-URPM-320ea473fc246f6d4efd500da993bfeeb36f82cc.tar.gz perl-URPM-320ea473fc246f6d4efd500da993bfeeb36f82cc.tar.bz2 perl-URPM-320ea473fc246f6d4efd500da993bfeeb36f82cc.tar.xz perl-URPM-320ea473fc246f6d4efd500da993bfeeb36f82cc.zip |
fix test name
Diffstat (limited to 't/synthesis.t')
-rw-r--r-- | t/synthesis.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/synthesis.t b/t/synthesis.t index 2acc3bd..ea875bd 100644 --- a/t/synthesis.t +++ b/t/synthesis.t @@ -243,6 +243,6 @@ SKIP: { } }); - is($errors, 0, "evr check"); + is($errors, 0, "fields check"); } |