Thanks so much for replying so quickly.
My test:
public void testFundInclude() throws Exception{
Fund testFund = new Fund();
testFund.setFundName("MEGACORP");
testFund.setFundPrice(22);
BusinessLayer.evaluateFund(testFund);
assertTrue(testFund.getRecommendInclude()!=null);
assertTrue("YES".equals(testFund.getRecommendInclude()));
}
-----Original Message-----
From: Geoffrey Wiseman [mailto:[EMAIL PROTECTED]
Sent: Friday, March 17, 2006 8:26 AM
To: [email protected]
Subject: Re: [drools-user] Help on simple rule
On 3/17/06, Alipour, Ali <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have downloaded few examples and trying to do a prototype. But in
my
> test I have problem. I am using droll 2.1.
Ok ... unless I'm missing something, you've posted a test failure
without
posting the test, so all we can really say is that your test is failing.
If
you post the test we may be able to tell you why.
- Geoffrey
--
Geoffrey Wiseman