From 23442a34e71c0441e0302bddefed76370d1b0775 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Tue, 22 May 2012 13:50:39 +0000
Subject: [PATCH] ENSCORESW-159. Adding description of what we based the test
 on

---
 modules/t/exon.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/t/exon.t b/modules/t/exon.t
index ee843cea08..276b3ede6c 100644
--- a/modules/t/exon.t
+++ b/modules/t/exon.t
@@ -297,6 +297,7 @@ ok( $species eq 'homo_sapiens' && $object_type eq 'Exon');
 
 
 # UTR and coding region tests. Only testing simple +ve orientation transcript ATMO but it is a start
+# tests are based on offsetted coordinates from ENST00000000233 in release 67
 {
   my $base_cs = Bio::EnsEMBL::CoordSystem->new(-NAME => 'chromosome', -RANK => 1);
   my $base_slice = Bio::EnsEMBL::Slice->new(-COORD_SYSTEM => $base_cs, -SEQ_REGION_NAME => 'a', -STRAND => 1, -START => 1, -END => 2000, -SEQ => 'A'x2000, -SEQ_REGION_LENGTH => 2000);
-- 
GitLab