int-sales-procurement-pgsql - Build # 300 - Still Failing:

Check console output at 
http://builds.openbravo.com/job/int-sales-procurement-pgsql/300/ to view the 
results.


Committers since last success:

Changes for Build #299

    Antonio Moreno [email protected]_ 
    Fixed issue 20739. Changes done to improve the Save and Process payment 
processes:
- An index has been added.
- Instead of reading the organization information list from the organization, a 
direct query to the orginfo using the org id is done.
- Some flushes (particularly those related to 'processing' columns) have been 
removed.
- The description of the payment, and the method which updates the editable 
payment plan, have been disabled in case the order comes from the POS.
- The query to find the maximum line number in the Financial transaction table 
has been improved.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/TransactionsDao.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
        src-db/database/model/tables/FIN_FINACC_TRANSACTION.xml

    Antonio Moreno [email protected]_ 
    Related to issue 19915. Initialized more entities for increased safeness.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java

    Mikel Irurita <[email protected]> 
    Related to issue 20700: fix typo
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Naiara Martinez [email protected]_ 
    fixed bug 20700 hide Reply-to field when more than one sales rep.
        
src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java

    Naiara Martinez [email protected]_ 
    fixed bug 20687 Currency show always. Set this field before product
        src-db/database/sourcedata/AD_FIELD.xml

    Naiara Martinez [email protected]_ 
    fixed bug 19806 Change labels in General Ledger Journal
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html

Changes for Build #300

    Mikel Irurita <[email protected]> 
    Related to issue 20739. Fixed issue 20749: Not able to add transactions in 
FA
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/TransactionsDao.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java

    Eduardo Argal Guibert <[email protected]> 
    fixes db-cons postgres. When exporting in postgres it does different
        src-db/database/model/views/FIN_PAYMENT_DETAIL_V.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20746: When coping GL Journal templates you can mix info for 
different organizations
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 18997: Improve initial configuration of G/L Journal window
        src-db/database/sourcedata/AD_FIELD.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 18998. [Related to commit 8f9fe48cbf5c] Missing change in 
previous commit
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20745: GL Journal Post process failing due to wrong change which 
causes a regression
        src-db/database/model/functions/GL_JOURNAL_POST.xml

    Augusto Mauch <[email protected]> 
    Related to issue 20684: Refactorization to remove duplicate code

The function convertUTCTimeToLocalTime and getTime fields of ob-view-grid and 
ob-view-form were very similar and shared much of its code. They code has been 
generalized and moved to OB.Utilities.Date
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js

    Augusto Mauch <[email protected]> 
    Fixes issue 20684: Hour and minutes time zone offset is supported

Instead of using the hour time zone offset, now the millisecond time zone 
offset is applied, supporting the time zones where the offset with UTC is 
measured in hours and minutes.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TimeUIDefinition.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonToDataConverter.java

    Eduardo Argal Guibert <[email protected]> 
    merge
      
    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 18998
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
        src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20590
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20718, fixes bug 20037
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_VAL_RULE.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.xml
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
        
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/FIN_Utilities.js
        src-db/database/model/views/FIN_PAYMENT_DETAIL_V.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_REF_LIST.xml

    Eduardo Argal Guibert <[email protected]> 
    fixes bug 20717: Creating multiple transactions when clicking the OK button 
several times
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.html

 


Last 20 lines of the console output:

[...truncated 44873 lines...]
    [junit] WARNING: Executing: screenshot
    [junit] Jun 14, 2012 3:36:37 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: quit
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:40:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/procurement/build.xml:29:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/procurement/build.xml:42:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-pgsql/SANDBOX/automation/pi/build.xml:69:
 Test 
com.openbravo.test.integration.erp.testsuites.smoke.procurement.PROb_OrderAndPaymentToInvoice
 failed

Total time: 57 minutes 36 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to