X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fcommands%2FEditCommandTest.java;fp=test%2Fjalview%2Fcommands%2FEditCommandTest.java;h=a41533893760a7ef3bbdc9312f1a9f06839ddf79;hb=52324cad8ae27137e1dd32261dc55c89444029d8;hp=ac475559cf9ba34ef734605476261a619a709821;hpb=a0f5d824a990f6ca892ab90cebd783e074b96696;p=jalview.git diff --git a/test/jalview/commands/EditCommandTest.java b/test/jalview/commands/EditCommandTest.java index ac47555..a415338 100644 --- a/test/jalview/commands/EditCommandTest.java +++ b/test/jalview/commands/EditCommandTest.java @@ -772,7 +772,7 @@ public class EditCommandTest * number of features within the cut region i.e. by * func(length of cut) */ - String msg = String.format("Cut %d-%d ", from, to); + String msg = String.format("Cut %d-%d ", from + 1, to + 1); if (to - from == 4) { // all columns were cut