Fix class names in tests.
Give each test at least 1 test in the plan, otherwise Test::Harness barfs.
This commit is contained in:
parent
f8901ffe34
commit
936e258bcd
8 changed files with 23 additions and 22 deletions
|
|
@ -47,7 +47,7 @@ END {
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
plan tests => 0;
|
||||
plan tests => 1;
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# makeShortcut argument checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue