repo.or.cz
/
bioperl-live.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #111 from adsj/master
[bioperl-live.git]
/
t
/
Cluster
/
UniGene.t
blob
f5ce234035fdadca9bc3893b8b3b5b99e2e42f7a
1
# -*-Perl-*- Test Harness script for Bioperl
2
# $Id$
3
4
use strict;
5
6
BEGIN {
7
use lib '.';
8
use Bio::Root::Test;
9
10
test_begin(-tests => 2);
11
12
use_ok('Bio::Cluster::UniGene');
13
}
14
15
my $clu = Bio::Cluster::UniGene->new();
16
isa_ok($clu, "Bio::AnnotatableI");