renamed a test after a change in the tested class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@813296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2ba1651ed
commit
3cf3b82b72
|
@ -44,7 +44,7 @@ public class SimplexTableauTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testdiscardArtificialVariables() {
|
||||
public void testDropPhase1Objective() {
|
||||
LinearObjectiveFunction f = createFunction();
|
||||
Collection<LinearConstraint> constraints = createConstraints();
|
||||
SimplexTableau tableau =
|
||||
|
|
Loading…
Reference in New Issue