From 900c1050506903e0397060557868cd2b2db1ae1d Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Tue, 2 Aug 2005 08:27:44 +0000
Subject: [PATCH] Added db_display_name

---
 modules/t/dbEntries.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/t/dbEntries.t b/modules/t/dbEntries.t
index d2d9cede7c..565e7c87db 100644
--- a/modules/t/dbEntries.t
+++ b/modules/t/dbEntries.t
@@ -86,7 +86,8 @@ my $xref = Bio::EnsEMBL::DBEntry->new
    -display_id => "Ens related thing",
    -primary_id_linkable => "0",
    -display_id_linkable => "1",
-   -priority => "5"
+   -priority => "5",
+   -db_display_name => "Nice friendly name"
    );
 
 
-- 
GitLab