int-smoke-oracle-test - Build # 666 - Failure:
Check console output at
http://builds.openbravo.com/job/int-smoke-oracle-test/666/ to view the results.
Committers since last success:
Changes for Build #666
Augusto Mauch <[email protected]>
Fixes issue 21647: Fields are still readonly after switching between tabs
The data._readonly property was only being set when the FIC was called in EDIT
mode, but not in CHANGE mode, that is used when the user switches between tabs.
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Augusto Mauch <[email protected]>
Fixes issue 21654: Selecting a blank option enables the save toolbar buttons
In the pickValue of the ob-formitem-list file, the _value attribute was set to
'' to always trigger the update. This did not work because then selecting a
blank option would not trigger the update.
Now, the _value attribute is set to a random number.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
Sandra Huguet <[email protected]>
Fixed bug 21621 Apply the spanish tax dataset to the client f&b
referencedata/sampledata/F_B_International_Group.xml
Naiara Martinez <[email protected]>
fixed bug 21572 Invoice Terms list(Return From Customer)doesn't show
correct values
src-db/database/sourcedata/AD_AUXILIARINPUT.xml
Augusto Mauch <[email protected]>
Fixes issue 21657: It is possible to save views that have ids in its fields
If a window that an id in its fields, it was not possible to save new records
because the ID was a mandatory field without value, so the save button was not
enabled. Now the allRequiredFieldsSet function has been modified, so it does
not take into account id fields, because its value will be set in dal before
inserting the new row in the database.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Ioritz Cia <[email protected]>
Fixes issue 21617: Add Payment from Match Transaction,
Business Partner ID appears instead of the name.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.java
Ioritz Cia <[email protected]>
Fixes issue 21560: Group admin role can assign system admin roles.
src-db/database/sourcedata/AD_TAB.xml
Sandra Huguet <[email protected]>
Related to issue 21415 Ability to define a write-off limit
Ability to define a write-off limit by amount per financial account
Commit Payment Proposal
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-utilities.js
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
Eduardo Argal Guibert <[email protected]>
Fixed issue 21415 Ability to define a write-off limit
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TEXTINTERFACES.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/ad_actionbutton/AddPaymentFromInvoice.html
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.xml
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.xml
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/FIN_Utilities.js
src-db/database/model/tables/FIN_FINANCIAL_ACCOUNT.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/AD_REF_LIST.xml
src/org/openbravo/erpCommon/ad_callouts/SE_Payment_MultiCurrency.java
Shankar Balachandran <[email protected]>
Fixes Issue 21648 : Adding Read-Only Logic to Attachments
When User has read-only access, they can download attachments, but they cannot
add/remove attachments.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-attachments.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
David Miguelez <[email protected]>
Fixes issue 21461: Filters Financial Accounts by selected
Payment Method.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
Augusto Mauch <[email protected]>
Fixes issue 21649: Chinese characters are shown properly in linked items
The encoding used at that point was ISO_8859-1, which did not allow chinese
characters. It has been changed to UTF-8.
src/org/openbravo/erpCommon/utility/ReferencedLink.java
Sandra Huguet <[email protected]>
Fixed bug 20764 Currency selected appear in the organization screen
src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java
src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java
Shankar Balachandran <[email protected]>
Fixes Issue 21634 : Added Cascade delete to obuiapp_note.ad_table_id
Added onDelete Cascade to ad_table_id field in obuiapp_note table.
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_NOTE.xml
David Miguelez <[email protected]>
Fixes issue 0020243: Added auxiliary imput to change Issotrx of the tab to N
src-db/database/sourcedata/AD_AUXILIARINPUT.xml
Augusto Mauch <[email protected]>
Fixes issue 19830: Grid error message shown whenever the focus leaves the
row
When a row has validation errors, the error message should be shown whenever
the focus leaves the row. That happens when either the enter, up arrow or down
ar
row key is pressed.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Naiara Martinez <[email protected]>
fixed bug 21410 Poor grid layout of Warehouse&Storage Bins window & missing
help
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
Naiara Martinez <[email protected]>
fixed bug 21636 fixed bug 21637 field c_invoice_id defined as search
in FIN_Payment_Schedule table
src-db/database/sourcedata/AD_COLUMN.xml
Javier Etxarri <[email protected]>
issue 21567: Date selectors are not working in
'Trial Balance Report' with 'Openbravo 3.0 Translation Pack Arabic'
web/js/jscalendar/calendar.js
web/js/jscalendar/lang/calendar-ar.js
Sandra Huguet <[email protected]>
Fixed bug 19718 Catched exception when delete a line in complete sales
invoice
src-db/database/model/triggers/C_INVOICELINETAX_TRG.xml
Sandra Huguet <[email protected]>
Fixed bug 21641 Shows bussiness partner name in selector in add payment
from transaction
Shows bussiness partner name in the bussines partner selector in
add payment from transaction window
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.java
Last 20 lines of the console output:
[...truncated 2528 lines...]
[junit] WARNING: Executing: quit [1347909510594, quit {}]
[junit] Sep 17, 2012 7:22:12 PM org.openqa.selenium.remote.RemoteWebDriver
log
[junit] WARNING: Executed: [1347909510594, quit {}]
[junit]
BUILD FAILED
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:32:
The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:28:
The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:50:
The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-oracle-test/SANDBOX/automation/pi/build.xml:69:
Test
com.openbravo.test.integration.erp.testsuites.smoke.masterdata.ADMba_SetupInstance
failed
Total time: 5 minutes 21 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