int-sales-procurement-oracle - Build # 234 - Still Failing:

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


Committers since last success:

Changes for Build #231

    Augusto Mauch <[email protected]> 
    Fixes issue 20049: Image fields are not shown in grid view.

The fields that represent images (its targetEntity is 'ADImage') can no longer 
be shown in the grid view. This has been achieved by removing this fields from 
the field list that
 is entered when setting the data source of the grid.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Related to issue 17441: Preventing a wrong disabling of context menu in 
editable grids
        
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/main/ob-standard-view.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js

    Javier Etxarri <[email protected]> 
    issue 19697, issue 18407.
Changed the method selectClientsID to have better performance and only update 
the neccesary clients
        
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
        
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql

    Naiara Martinez <[email protected]> 
    Fixed bug 20009: Create Vat Registers process now gets all the register 
types
configured for any organization in the natural tree of the organization
that launches the process
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
        src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
        src/org/openbravo/erpCommon/utility/Utility.java

    Javier Etxarri <[email protected]> 
    Fixes issue 19697: It is not possible to create a Campaign, see error 
attached.
Also complete the issue 18407
        
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class
        
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
        
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java
        
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql

    David Baz Fayos <[email protected]> 
    Fixed issue 20067: Changed the way 'User Profile' combo data is obtained
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 17441: 'Create one' is not shown when the user role has 
readonly access

When user try to use one window which has been defined as readonly using the 
role windows access rights, the 'create one' message is not shown. Also, the 
right click of the mouse has been disabled to avoid the creation of new lines.
        
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/main/ob-standard-window.js

    Javier Etxarri <[email protected]> 
    Fixes issue 20061: The tab product template does not work correctly in 
business partner.
It was wrong the HQL where clause because the first 'b' must be lower case and 
apart from that I have added a default value because otherwise was imposible to 
relate a business partner with the records in table m_product_templateç
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_TAB.xml

Changes for Build #232

    Guillermo Álvarez de Eulate <[email protected]> 
    Fixed issue 16874: The title is not clickable if the target is not 
accessible
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js

    Augusto Mauch <[email protected]> 
    Fixes issue 20071: Now autosave will work when focus is in a date field

The ob-formitem-date.js now overwrites the blur method in order to make sure 
that its value is updated when the autosave is done.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20080
        src/org/openbravo/erpCommon/ad_callouts/SL_BP_Category_Default.java

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 14890: Voided financial invoice leads to non financial invoice
When voiding an invoice, the financial invoice line checkbox and
the Account field are kept in the new created invoice (reversed invoice)
        src-db/database/model/functions/C_INVOICE_POST.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 20011: financial invoice read only logic
Financial Invoice line checkbox and Account field are not editable
for processed invoices
        src-db/database/sourcedata/AD_COLUMN.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 19356: Added callout to Business Partner window, Org field
This new callout is in charge of selecting the default business
partner category for the organization. It is configured to be
executed on the onchange event for the organization field inside
the Business Partner window
        src/org/openbravo/erpCommon/ad_callouts/SL_BP_Category_Default.java
        src-db/database/sourcedata/AD_CALLOUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 17934: Payment Execution window, callout not working properly
Added callout execution for received in and paid out fields
Deleted changeOrganization() JS function because it was not necessary
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.html

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 18816: Impossible to book a credit order
The SE_Order_BPartner and SL_Order_DocType callouts have been
modified to automatically set the invoice term to "immediate" in
case the transaction document is set to credit order. This way the
shipment and invoice are automatically created when booking the order.
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
        src/org/openbravo/erpCommon/ad_callouts/SL_Order_DocType.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20053
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_MatchedTransaction.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes issue 19831, fixes issue 19829
        src-db/database/model/tables/C_ACCTSCHEMA_GL.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.java
        src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    Fixes copyright for some files
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/DocInOut.java
        src/org/openbravo/erpCommon/ad_forms/DocInventory.java
        src/org/openbravo/erpCommon/ad_forms/DocMovement.java
        src/org/openbravo/erpCommon/ad_forms/DocProduction.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 19833: Flagship: Posting error: no cost is not descriptive enough 
to resolve issue
        src-db/database/sourcedata/AD_MESSAGE.xml
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/DocInOut.java
        src/org/openbravo/erpCommon/ad_forms/DocInventory.java
        src/org/openbravo/erpCommon/ad_forms/DocMovement.java
        src/org/openbravo/erpCommon/ad_forms/DocProduction.java

    David Miguelez <[email protected]> 
    Updated License years to 2012
        src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
        src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 20045: Not filter Product by Warehouse if there is
no warehouse selected.
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

Changes for Build #233

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20090: Create invoices from orders is not displaying all not 
invoiced orders
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual_data.xsql

    Eduardo Argal Guibert <[email protected]> 
    fixes date in copyright
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    Javier Etxarri <[email protected]> 
    Fixes issue 20050: Warehouse trigger is not filtering by Client
when inserting warehouse accounting information
        src-db/database/model/triggers/M_WAREHOUSE_TRG.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 20088: Orders not available to be invoiced
        src-db/database/model/views/C_INVOICE_CANDIDATE_V.xml
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    David Miguelez <[email protected]> 
    Fixes issue 20058: Checks for a possible null pointer exception when 
selecting PriceList
        
src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_PriceList.java

Changes for Build #234

    Augusto Mauch <[email protected]> 
    Fixes issue 20071: Autosave with date field focus works both in grid and 
form view

The previous fix only achieved to fix the issue when the change of tab was done 
while the date field was focus in the form view. Now it also works if it is 
focused in grid view.

This solution works for date fields that have callouts and for date fields that 
do not.
Additional changes have been made to allow to save a date multiple times in a 
row.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Rafa de Miguel <[email protected]> 
    Fixed bug 0020084: Product Copy in Process Plan copy the UPC/EAN
        src/org/openbravo/erpCommon/ad_actionButton/SequenceProductCreate.java

    Rafa de Miguel <[email protected]> 
    Fixed bug 0019508: Wrong create product copy in process plan
        src/org/openbravo/erpCommon/ad_actionButton/SequenceProductCreate.java

 


Last 20 lines of the console output:

[...truncated 43780 lines...]
    [junit] WARNING: Executing: screenshot
    [junit] Mar 23, 2012 8:42:41 AM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executing: quit
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-sales-procurement-oracle/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-oracle/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-oracle/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-oracle/SANDBOX/automation/pi/build.xml:69:
 Test 
com.openbravo.test.integration.erp.testsuites.smoke.procurement.PROb_OrderAndPaymentToInvoice
 failed

Total time: 62 minutes 3 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
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to