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:
parent
c6ac38c5bf
commit
8f73dfc560
|
@ -77,6 +77,7 @@ public class FieldLUDecompositionImplTest extends TestCase {
|
||||||
{ Fraction.ZERO, Fraction.ZERO },
|
{ Fraction.ZERO, Fraction.ZERO },
|
||||||
{ Fraction.ZERO, Fraction.ZERO }
|
{ Fraction.ZERO, Fraction.ZERO }
|
||||||
}));
|
}));
|
||||||
|
fail("Expected InvalidMatrixException");
|
||||||
} catch (InvalidMatrixException ime) {
|
} catch (InvalidMatrixException ime) {
|
||||||
// expected behavior
|
// expected behavior
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue