Re: 15 Failed Unit tests for Ofbiz 10.04

2011-10-28 Thread Jacques Le Roux
Thanks, Yes it fails also here locally. We only have continuous integration for trunk and a stable release which is for now R09.04. Hence it was not detected before. I will have a look Jacques Boris Hamanov wrote: Ofbiz version 10.04 java version 1.6.0_24 Java(TM) SE Runtime Environment

Re: 15 Failed Unit tests for Ofbiz 10.04

2011-10-28 Thread Boris Hamanov
Thanks Jacques, It seems most of the errors are minor issues with BigDecimal. There is one test that relies on a date that already passed. On Fri, Oct 28, 2011 at 11:00 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Thanks, Yes it fails also here locally. We only have continuous

Re: 15 Failed Unit tests for Ofbiz 10.04

2011-10-28 Thread Erwan de FERRIERES
2011/10/28 Boris Hamanov bsh...@gmail.com: Thanks Jacques, It seems most of the errors are minor issues with BigDecimal. There is one test that relies on a date that already passed. You should try that. If I remember well, it was just a locale problem

Re: 15 Failed Unit tests for Ofbiz 10.04

2011-10-28 Thread Boris Hamanov
My locale is Bulgarian. All details about my system are in my initial post. Cheers, Boris On Fri, Oct 28, 2011 at 11:20 AM, Erwan de FERRIERES erwan.deferrie...@gmail.com wrote: 2011/10/28 Boris Hamanov bsh...@gmail.com: Thanks Jacques, It seems most of the errors are minor issues with

Re: 15 Failed Unit tests for Ofbiz 10.04

2011-10-28 Thread Erwan de FERRIERES
2011/10/28 Boris Hamanov bsh...@gmail.com: My locale is Bulgarian. All details about my system are in my initial post. so it must be from the link I send earlier. make the modifications and try on your system, this should work. Cheers, Boris On Fri, Oct 28, 2011 at 11:20 AM, Erwan de

15 Failed Unit tests for Ofbiz 10.04

2011-10-27 Thread Boris Hamanov
Ofbiz version 10.04 java version 1.6.0_24 Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode) OS NameMicrosoft Windows 7 Professional Version6.1.7600 Build 7600 System Typex64-based PC ProcessorIntel(R) Core(TM) i5

running unit-tests for party component

2009-06-16 Thread aswath narayana
Hello, I was trying to run unit-tests. I did the following ant run-single-test-suite -Dcomponent=party console Thanks -Aswath I got the following errors in the console [java] 2009-06-16 16:36:45,656 (main) [ JunitContainer.java:73 :INFO ] [JUNIT] Pass: true | # Tests: 4 | # Failed

Re: running unit-tests for party component

2009-06-16 Thread Ashish Vijaywargiya
I haven't tried this ant target. Will explore it soon and will let you know how to use it. In the meantime you can try following command to test party component: java -Xmx1024M -jar ofbiz.jar -test -component=party -- Ashish aswath narayana wrote: Hello, I was trying to run unit-tests. I

Unit tests

2009-03-27 Thread varun store
Hello,There are no unit-tests written for many commits. What kind of of unit-tests are written. Can someone explain the unit-tests practices for ofbiz. The software will be more healthy and reliable if unittests are written at all layers -Varun.

Re: Unit tests

2009-03-27 Thread David E Jones
It sounds like you're looking for the Apache Open For Business All Unit Tested Project and not this one. -David On Mar 27, 2009, at 8:03 AM, varun store wrote: Hello,There are no unit-tests written for many commits. What kind of of unit-tests are written. Can someone explain the unit

Re: Unit tests

2009-03-27 Thread Ashish Vijaywargiya
varun store wrote: Hello,There are no unit-tests written for many commits. What kind of of unit-tests are written. Can someone explain the unit-tests practices for ofbiz. The software will be more healthy and reliable if unittests are written at all layers -Varun. smime.p7s Description: S/MIME

Re: Unit tests

2009-03-27 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 varun store sent the following on 3/27/2009 7:03 AM: Hello,There are no unit-tests written for many commits. This is a community effort feel free to contribute. What kind of of unit-tests are written. this can be best evaluated by checking out