Redhuan D. Oon 2010-03-17 08:25:54 +00:00
parent 482a81f3f6
commit 6c2c52051b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class MPriceListVersionTest extends AdempiereTestCase
public void testQuery() throws Exception public void testQuery() throws Exception
{ {
MPriceListVersion plv = new MPriceListVersion(getCtx(), 101, getTrxName()); MPriceListVersion plv = new MPriceListVersion(getCtx(), 101, getTrxName());
MProductPrice[] pp = plv.getProductPrice(); MProductPrice[] pp = plv.getProductPrice(false); //red1 tested also with (true) and ("isActive='Y'")
assertTrue("product must have prices", pp.length > 0); assertTrue("product must have prices", pp.length > 0);
} }