Fix broken test: add missing fail() call

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1066376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-02 09:06:41 +00:00
parent c6ac38c5bf
commit 8f73dfc560
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class FieldLUDecompositionImplTest extends TestCase {
{ Fraction.ZERO, Fraction.ZERO },
{ Fraction.ZERO, Fraction.ZERO }
}));
fail("Expected InvalidMatrixException");
} catch (InvalidMatrixException ime) {
// expected behavior
}