JUNIT TEST for http://adempiere.svn.sourceforge.net/adempiere/?rev=11685 &view=rev
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
This commit is contained in:
parent
482a81f3f6
commit
6c2c52051b
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue