X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FArrayUtilsTest.java;h=2580cab927dccf1b7f11cf3d4d2cd614045ed6e1;hb=528c0f1815bc67b54618ad5b16c2162946974caf;hp=5a2674a37ccf4779703b545910995455e38f79c8;hpb=2cef2c13e720e889304333e70f893a23d1a98f42;p=jalview.git diff --git a/test/jalview/util/ArrayUtilsTest.java b/test/jalview/util/ArrayUtilsTest.java index 5a2674a..2580cab 100644 --- a/test/jalview/util/ArrayUtilsTest.java +++ b/test/jalview/util/ArrayUtilsTest.java @@ -8,8 +8,9 @@ import org.testng.annotations.Test; public class ArrayUtilsTest { - @Test(groups="Functional") - public void testReverseIntArray() { + @Test(groups = "Functional") + public void testReverseIntArray() + { // null value: should be no exception ArrayUtils.reverseIntArray((int[]) null);