Skip to content
Snippets Groups Projects
Commit a1f2f1ce authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Added test for new linkable & priority columns in external_db.

parent 3001ed5c
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ debug( "Test database instatiated" );
#
ok( $db );
# some retrievals
my $dbEntryAdaptor = $db->get_DBEntryAdaptor();
......@@ -84,7 +83,10 @@ my $xref = Bio::EnsEMBL::DBEntry->new
-primary_id => "1",
-dbname => "SWISSPROT",
-release => "1",
-display_id => "Ens related thing"
-display_id => "Ens related thing",
-primary_id_linkable => "0",
-display_id_linkable => "1",
-priority => "5"
);
......
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