Reports equals() being called
to compare two arrays. Calling equals() on an array
compares identity and is equivalent to using ==. Use
Arrays.equals() to compare the contents of two arrays
or Arrays.deepEquals() to compare the content of two
multi-dimensional arrays.