X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fext%2Fandroid%2FSparseIntArrayTest.java;fp=test%2Fjalview%2Fext%2Fandroid%2FSparseIntArrayTest.java;h=9dc7dfba1a0d54a3ff9f591fec93105714d48193;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=d9ed73d06cc8c79e7f12256547a0132b5fd129a6;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;p=jalview.git diff --git a/test/jalview/ext/android/SparseIntArrayTest.java b/test/jalview/ext/android/SparseIntArrayTest.java index d9ed73d..9dc7dfb 100644 --- a/test/jalview/ext/android/SparseIntArrayTest.java +++ b/test/jalview/ext/android/SparseIntArrayTest.java @@ -60,7 +60,7 @@ public class SparseIntArrayTest public void testAdd() { SparseIntArray counter = new SparseIntArray(); - + assertEquals(counter.add('P', 2), 2); assertEquals(counter.add('P', 3), 5); counter.put('Q', 7); @@ -75,7 +75,7 @@ public class SparseIntArrayTest { // expected } - + counter.put('y', Integer.MIN_VALUE); try {