Skip to content
Snippets Groups Projects
Commit ee9ea837 authored by Graham McVicker's avatar Graham McVicker
Browse files

fixed test

parent 0f22c40b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ BEGIN { $| = 1;
use MultiTestDB;
use Bio::EnsEMBL::Map::MarkerFeature;
use Bio::EnsEMBL::Map::MarkerSynonym;
use Bio::EnsEMBL::Analysis;
use TestUtils qw(debug test_getter_setter);
......@@ -89,4 +90,8 @@ ok($mf->strand == 0);
ok($mapweight == $mf->map_weight);
ok($mf->display_id eq $mf->marker->display_MarkerSynonym());
\ No newline at end of file
my $ms = Bio::EnsEMBL::Map::MarkerSynonym->new(1234, 'unists', 'a marker');
$mf->marker()->display_MarkerSynonym($ms);
ok($mf->display_id() eq $mf->marker()->display_MarkerSynonym()->name());
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