Hi Eduardo, Some of your last commits have broken a junit test: testAddOrderLine.
Also, the database is inconsistent. Looking at the diff it looks like there are 2 issues: 1) The database was probably exported with Oracle. Which should be fine, but DBSourceManager exports the last line of a PL/SQL differently in PostgreSQL and Oracle in some cases. It does it always in the same way in PostgreSQL, so I recommend you using it to fix this issues. If you want to use Oracle you should put the last line as DBSourceManager+PostgreSQL expect it. 2) It seems that DBSourceManager translates a comment in your code, converting "number" to "NUMBER". So you just can put in it in uppercase to make DBSourceManager happy. It's probably not a priority, but this should be fixed in DBSourceManager at some point. Thanks, Juan Pablo On 04:39 Wed 03 Feb , [email protected] wrote: > erp_devel_pi-full-pgsql - Build # 709 - Still Unstable: > > Check console output at > http://builds.openbravo.com/job/erp_devel_pi-full-pgsql/709/ to view the > results. > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Openbravo-development mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openbravo-development ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
