projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c052f8d
)
correct test definition order
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 14 Aug 2013 13:18:33 +0000
(13:18 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 14 Aug 2013 13:18:33 +0000
(13:18 +0000)
t/ZOOM-IRSpy.t
patch
|
blob
|
history
diff --git
a/t/ZOOM-IRSpy.t
b/t/ZOOM-IRSpy.t
index
2ebf7ba
..
5847b0b
100755
(executable)
--- a/
t/ZOOM-IRSpy.t
+++ b/
t/ZOOM-IRSpy.t
@@
-8,12
+8,10
@@
BEGIN {
}
}
-use Test::More;
+use Test::More tests => 3;
use lib './lib';
use_ok('ZOOM::IRSpy');
-plan tests => 3;
-
# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.