This still contained the original message which didn't say the index.
Times changed significantly since then, and the printed index really
proved to be useful.
Also fixing a OOB assertion in the test triggered by the new ArrayView
element access assertions -- the graceful assertion returns the first
element, so we have to have at least one there to return.
"Trade::AnimationData::mutableTrack(): the animation is not mutable",reinterpret_cast<constAnimation::TrackViewStorage<Float>&>(_tracks[id]._view));
CORRADE_ASSERT(id<_tracks.size(),"Trade::AnimationData::track(): index out of range",reinterpret_cast<constAnimation::TrackViewStorage<Float>&>(_tracks[id]._view));
"Trade::AnimationData::mutableTrack(): the animation is not mutable",