Ali: Isn't it great to see the "error in you ways?" :-) I've been in your shoes several times in this forum. You are in good company....
Russ -----Original Message----- From: Alipour, Ali [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 8:34 AM To: [email protected] Subject: RE: [drools-user] Help on simple rule Sorry, my bad. Programming error. -----Original Message----- From: Alipour, Ali Sent: Friday, March 17, 2006 8:33 AM To: [email protected] Subject: RE: [drools-user] Help on simple rule 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
