Bamboo reproducibility test #2 -- only README.txt changed.
In test #1 (build #7) a new test failure occurred in
and SeqCanvasTest showed the very strange message:
SC1 15 [ViewportRange startRes=0 endRes=66 startSeq=0 endSeq=13]
indicating that between the first and the last of these few lines:
av.getRanges().setStartEndSeq(0, 3);
int h = av.getRanges().getVisibleAlignmentHeight();
String s = "";
s += " SC1 " + av.getRanges().getVisibleAlignmentHeight() + " "
+ av.getRanges();
av's range gets set to 13 instead of 3.