~ubuntu-branches/ubuntu/trusty/bioperl/trusty

« back to all changes in this revision

Viewing changes to t/Tools/Genomewise.t

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2013-09-22 13:39:48 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130922133948-c6z62zegjyp7ztou
Tags: 1.6.922-1
* New upstream release.
* Replaces and Breaks grinder (<< 0.5.3-3~) because of overlaping contents.
  Closes: #722910
* Stop Replacing and Breaking bioperl ( << 1.6.9 ): not needed anymore. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
is ($t[0]->end, 6713);
32
32
is ($e[0]->start,4761);
33
33
is ($e[0]->end, 4874);
34
 
my ($phase) = $e[0]->each_tag_value('phase');
 
34
my ($phase) = $e[0]->get_tag_values('phase');
35
35
is ($phase,0);
36
36
 
37
37
open(FH,$inputfilename);
53
53
is ($e[1]->start,10024);
54
54
is ($e[1]->end, 10211);
55
55
 
56
 
($phase) = $e[2]->each_tag_value('phase');
 
56
($phase) = $e[2]->get_tag_values('phase');
57
57
is ($phase,2);