From c3b5b4307d868ba8a2211187df9861d976e232e0 Mon Sep 17 00:00:00 2001 From: Alessandro Vullo <avullo@ebi.ac.uk> Date: Thu, 8 Aug 2013 14:57:43 +0000 Subject: [PATCH] Removed test on empty feature tables --- modules/t/circularSlice.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/t/circularSlice.t b/modules/t/circularSlice.t index a3ce790234..a026e20734 100644 --- a/modules/t/circularSlice.t +++ b/modules/t/circularSlice.t @@ -305,7 +305,7 @@ my @query_templates = # - AssemblyExceptionFeature # - MarkerFeature (does not have strand attribute) # -my @tables = qw(gene transcript exon simple_feature prediction_transcript dna_align_feature protein_align_feature misc_feature ); +my @tables = qw(gene transcript exon simple_feature); # removed since there are no features of these types and BaseFeatureAdaptor would complain: prediction_transcript dna_align_feature protein_align_feature misc_feature ); my @stable_id_tables = qw(gene transcript exon); # $dbc->do(sprintf "use $dbname"); -- GitLab