# HG changeset patch # User athos # Date 1165251106 0 # Node ID d6ec469aa01934cfa5d3ed2bcd04b359f1535368 # Parent 18fc834761d9407d35b0eb604cb5d0cd453ece92 Oops. I did not mean to break the repository. diff -r 18fc834761d9 -r d6ec469aa019 test/lp_test.cc --- a/test/lp_test.cc Mon Dec 04 16:48:13 2006 +0000 +++ b/test/lp_test.cc Mon Dec 04 16:51:46 2006 +0000 @@ -297,7 +297,7 @@ //Testing the problem retrieving routines check(lp.objCoeff(x1)==1,"First term should be 1 in the obj function!"); check(lp.is_max(),"This is a maximization!"); - check(lp.coeff(upright,x1)==1,"The coefficient in question is 1!"); + check(lp.coeff(upright,x1)==0,"The coefficient in question is 1!"); //Maximization of x1+x2