int-accounting-oracle - Build # 250 - Still Failing:

Check console output at https://ci.openbravo.com/job/int-accounting-oracle/250/ 
to view the results.


Committers since last success:

Changes for Build #249

    Atul Gaware <[email protected]> null
    Fixes Issue 26171:Sets default warehouse in SalesOrder if its in on hand WH
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_Organization.java

    Atul Gaware <[email protected]> null
    Fixes Issue 26541:Qty of P+ & P- products in Work effort should not be 
negative
        src-db/database/model/functions/MA_WORKEFFORT_VALIDATE.xml
        src-db/database/sourcedata/AD_MESSAGE.xml

    Jon Alegría <[email protected]> null
    Fixes issue 0026784: Null pointer exception in SL_RequisitionLine_Product
callout when the product does not have attribute set
Added condition to control null values
        src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java

    Augusto Mauch [email protected]_ null
    Fixes issue 26801: Fixes CI by applying the new operator for text fields
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

    Jon Alegría <[email protected]> null
    Fixes issue 0026799: Performance issues when importing bank statements
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_BankStatementProcess.java

    Jon Alegría <[email protected]> null
    Fixes issue 0026784: Null pointer exception in SL_RequisitionLine_Product
callout when the product does not have attribute set
        src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java

    Guillermo Gil [email protected]_ null
    Fixed issue 26504:If you use X...Y operator on filtering a text

Added 'ZZZZZZZZZZ' if operator iBetweenInclusive or betweenInclusive is used on 
a text field
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-text.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Related to issue 26695: Missing onCreateDefaut - Pick and Execute

Fix dbconsistency
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml

    Shankar Balachandran [email protected]_ null
    Related to Issue 26700 : use '' instead of ""
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js

    Guillermo Gil [email protected]_ null
    Related to issue 26767:filters not working in Process Definition

Added comments to explain the case
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Related to issue 26552:Wrong content of the e-mail

Applied code review
Removed duplicated code
        src/org/openbravo/erpCommon/ad_process/AlertProcess.java

    Guillermo Gil [email protected]_ null
    Related to issue 26695: Missing onCreateDefaut - Pick and Execute

Added missing startinnewline
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/OBUIAPP_PARAMETER.xml

    Eduardo Argal Guibert [email protected]_ null
    Fixes RecordID2 test and removes System.out
        src-test/org/openbravo/test/accounting/RecordID2Test.java
        src/org/openbravo/financial/ResetAccounting.java

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Added missing grid.hasErrors() to the logic
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-pickeditgrid.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26767:filters not working in Process Definition

Removed wrong criterias
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26679:Create new is not selecting correctly the record

Added logic to prevent the selection of a wrong record
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26695: Wrong required value on obuiapp_parameter
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_PARAMETER.xml

    David Baz Fayos [email protected]_ null
    Fixed issue 26757: 'Application' text is not clipped anymore in FF
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-menu-styles.js

    Eduardo Argal Guibert [email protected]_ null
    Removes System.out.println
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/RecordID2Filling.java

    Eduardo Argal Guibert [email protected]_ null
    Fixes RecordID2 Tests
        src-test/org/openbravo/test/accounting/RecordID2Test.java

    Shankar Balachandran [email protected]_ null
    Fixes issue 26661: Display logic in tabs is not working correctly in grid 
view

Add hiddenPropertiesInDisplayLogic if the field is visible in form view, but 
not in grid view.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java

    Augusto Mauch [email protected]_ null
    Fixes issue 26748: Selector popup text match style is taken into account

Now, if there is no grid configuration defined, the value set in the selector 
popup text match style will be used to select the operator that should be used 
in the criteria.
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

    Eduardo Argal Guibert [email protected]_ null
    Related to issue 26762
        src-db/database/model/tables/FACT_ACCT.xml

    Eduardo Argal Guibert [email protected]_ null
    Fixes bug 26762: Open Balances commit broke...
        src-db/database/model/tables/FACT_ACCT.xml

    Guillermo Gil [email protected]_ null
    Fixed issue 26761: Clean code on parameter windows

Removed for loop that look for errors since that functionality is implemented 
on validators structure
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Rafa Roda Palacios [email protected]_ null
    Fixes issue 26549 Added ISACTIVE = Y to selections
        src-db/database/model/views/M_PRODUCT_PRICE_WAREHOUSE_V.xml

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Missing space
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Shankar Balachandran [email protected]_ null
    Fixes Issue 26723: Force server fetch when filtering characteristics fields.

Cleared allRows along with localData to force fetch from server
whenever product characteristic filter data is changed.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js

    Shankar Balachandran [email protected]_ null
    Related to Issue 0026723 : Clears javascript console error

transformData is called only when the target contains the method.
        
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Modified wrong message
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26722:On P&E system does not check the mandatory fields

Modified validate structure to support 14Q3 behavior
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-pickeditgrid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    RM packaging bot [email protected]_ null
    CI: merge back from main
      
    RM packaging bot [email protected]_ null
    CI: update AD_MODULE to version 23413
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.xml

    Eduardo Argal Guibert [email protected]_ null
    Fixes issue 25976: Open Balances
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/RecordID2Filling.java
        src-test/org/openbravo/test/accounting/RecordID2Test.java
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_PROCESS.xml
        referencedata/sampledata/F_B_International_Group/FACT_ACCT.xml
        src-db/database/model/tables/FACT_ACCT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src-test/org/openbravo/test/AllAntTaskTests.java
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
        src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java
        src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
        src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
        src/org/openbravo/erpCommon/ad_forms/DocInvoice_data.xsql
        src/org/openbravo/erpCommon/ad_forms/FactLine.java
        src/org/openbravo/erpCommon/ad_forms/FactLine_data.xsql
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_data.xsql
        src/org/openbravo/financial/ResetAccounting.java

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Use simple quotes enstead double quotes
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

Changes for Build #250

    Asier Lostalé <[email protected]> null
    related to issue 26683: don't warn on unpaged export
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java




Last 20 lines of the console output:

[...truncated 5288 lines...]
    [junit] 2014-06-06 16:40:35,466 [main] DEBUG 
com.openbravo.test.integration.erp.testscripts.financial.accounting.analysis.Post
 - Verifying that there are 3 journal entry lines.
    [junit] 2014-06-06 16:40:35,500 [main] ERROR 
com.openbravo.test.integration.erp.testscripts.OpenbravoERPTest - An error 
occurred in FAMa_090OrderAndInvoicePostPaymentAndTransaction: 
    [junit] Expected: is <3>
    [junit]      got: <4>
    [junit] 
    [junit] 2014-06-06 16:40:35,626 [main] INFO  
com.openbravo.test.integration.erp.testscripts.OpenbravoERPTest - Save the 
screenshot.
    [junit] 

BUILD FAILED
/srv/ci/workspace/int-accounting-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/modules/functionalteam/accounting/testsuites/FAMa_MultiaccountingSchema/build.xml:36:
 The following error occurred while executing this line:
/srv/ci/workspace/int-accounting-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/modules/functionalteam/accounting/testsuites/FAMa_MultiaccountingSchema/build.xml:105:
 The following error occurred while executing this line:
/srv/ci/workspace/int-accounting-oracle/SANDBOX/automation/pi/build.xml:70: 
Test 
com.openbravo.test.integration.erp.modules.functionalteam.accounting.testsuites.FAMa_MultiaccountingSchema.FAMa_090SalesOrderInvoicePostPAY_TRX
 failed

Total time: 54 minutes 28 seconds
Build step 'Execute managed script' marked build as failure
Recording test results
Archiving artifacts
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to