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:
Luc Maisonobe 2009-09-10 08:16:24 +00:00
parent d2ba1651ed
commit 3cf3b82b72
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class SimplexTableauTest {
}
@Test
public void testdiscardArtificialVariables() {
public void testDropPhase1Objective() {
LinearObjectiveFunction f = createFunction();
Collection<LinearConstraint> constraints = createConstraints();
SimplexTableau tableau =