From 5ec9b0890d6a76ee484fa55ffc1fc06d616873f9 Mon Sep 17 00:00:00 2001 From: Patrick Meidl <pm2@sanger.ac.uk> Date: Tue, 21 Mar 2006 15:00:16 +0000 Subject: [PATCH] added get_all_Transcripts() test --- modules/t/slice.t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/t/slice.t b/modules/t/slice.t index fac3adbe89..b6e0eeddf3 100644 --- a/modules/t/slice.t +++ b/modules/t/slice.t @@ -4,7 +4,7 @@ use warnings; BEGIN { $| = 1; use Test; - plan tests => 53; + plan tests => 54; } use Bio::EnsEMBL::Test::TestUtils; @@ -271,6 +271,11 @@ ok(scalar @{$slice->get_all_Genes}); # ok(scalar @{$slice->get_all_Genes_by_type('protein_coding')}); +# +# Test Slice::get_all_Transcripts +# +ok(scalar @{$slice->get_all_Transcripts}); + # -- GitLab