Skip to content
Snippets Groups Projects
Commit 478246fa authored by Mark McDowall's avatar Mark McDowall :coffee:
Browse files

Added the restore function

parent c3a6c70f
No related branches found
No related tags found
2 merge requests!114Update DBEntryAdaptor.pm,!114Update DBEntryAdaptor.pm
......@@ -40,6 +40,8 @@ note( "Test database instantiated" );
#
ok( $db );
$multi->hide("core", "meta_coord", "gene", "transcript", "exon", "exon_transcript", "translation", "supporting_feature", "dna_align_feature", 'xref', 'object_xref', 'identity_xref');
my $dbEntryAdaptor = $db->get_DBEntryAdaptor();
#
......@@ -163,7 +165,6 @@ foreach my $dbentry (@gene_DBentries) {
is($ont_xref_retrieved, 1, "Ontology DBEntry has been retrieved");
is($ont_xref_hasAssoc, 1, "Count of the number associated xrefs");
$multi->hide("core", "meta_coord", "gene", "transcript", "exon", "exon_transcript", "translation", "supporting_feature", "dna_align_feature", 'xref', 'object_xref', 'identity_xref');
$multi->restore;
done_testing();
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment