diff -r b6a58c8bea87 -r 91b8b9cea2f7 test/lp_test.cc --- a/test/lp_test.cc Tue Nov 15 20:51:06 2005 +0000 +++ b/test/lp_test.cc Wed Nov 16 04:22:49 2005 +0000 @@ -290,9 +290,9 @@ #endif #ifdef HAVE_CPLEX - LpCplex lp_cplex; - lpTest(lp_cplex); - aTest(lp_cplex); + LpCplex lp_cplex1,lp_cplex2; + lpTest(lp_cplex1); + aTest(lp_cplex2); #endif return 0;