diff -r 596e48d6e77b -r b4931ae52069 test/lp_test.cc --- a/test/lp_test.cc Mon Dec 04 18:09:09 2006 +0000 +++ b/test/lp_test.cc Thu Dec 07 16:10:54 2006 +0000 @@ -297,7 +297,14 @@ //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)==0,"The coefficient in question is 1!"); + check(lp.coeff(upright,x1)==1,"The coefficient in question is 1!"); + // std::cout<