int-upgrade-pgsql - Build # 2265 - Fixed:

Check console output at https://ci.openbravo.com/job/int-upgrade-pgsql/2265/ to 
view the results.


Committers since last success:

Changes for Build #2264

    Armaignac <[email protected]> null
    Fixes issue 37221: Cannot add a purchase order line to a goods receipt if 
both
secondary UOM and alternate UOM are configured for the product

When creating a goods receipt line from an order with a product wich have 
configured
secondary and alternate UOM the qtyAum parameter was empty.

Now if the AUM is enabled and the line in the order doesn't have a secondary uom
the qtyAum value is get from the line
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java

    Nono Carballo <[email protected]> null
    Fixes issue 37222: Goods receipt created with Generate Receipt From Invoice 
still
linked to the invoice after reactivating and deleting its lines

When deleting all lines of Purchase Invoice, if exists a Good Receipt 
referencing
that invoice, the reference is removed.
        src/org/openbravo/event/InvoiceLineEventHandler.java

Changes for Build #2265

    Inigo Sanchez <[email protected]> null
    Related with issue 37278: Improve log errors in the testcase
        src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java

    Inigo Sanchez <[email protected]> null
    Related with issue 37278: Test is defined in the wrong suite

Moved test case to the AllWebserviceTests suite.
        src-test/src/org/openbravo/test/AllAntTaskTests.java
        src-test/src/org/openbravo/test/AllWebserviceTests.java

    Inigo Sanchez <[email protected]> null
    Related with issue 37278: Code review improvements for the test case
        src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java

    Inigo Sanchez <[email protected]> null
    Fixed issue 37214: Code review improvements.

Several changes have been done:
  - Now it is possible to execute a query with a single column in the result 
because it is take into account when the result has a single column as result.
  - The first column is not ommited and it is shown as expected.
  - Fixed a problem in the export to excel: The first row is not shown in the 
excel. Now this problem has been fixed.
  - Same errors are shown when clicking on FIND icon or in REFRESH icon.
  - Several unnecessary logs have been removed.
  - The PreparedStatement is closed.
        src/org/openbravo/erpCommon/ad_forms/SQLExecutor.java
        src/org/openbravo/erpCommon/ad_forms/SQLExecutor_Query.java

    Inigo Sanchez <[email protected]> null
    Fixed issue 37278: Deactivated roles are displayed in the user profile 
widget

The problem was caused by the "Improve scalability of the login process" 
project. When improving the performance
of the query that return the complete role list for the current user, the 
OBQuery instance used to generate it was
replaced with a Query instance. The first includes by default the filter by is 
active.

To fix the problem this filter must be added manually in the query. Now the 
problem has been resolved by take into
account this filter.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoComponent.java

    Inigo Sanchez <[email protected]> null
    Related with issue 37278: Added test case
        src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java
        src-test/src/org/openbravo/test/AllAntTaskTests.java




Last 20 lines of the console output:

[...truncated 3262 lines...]
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop" 
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs 
for tomcat to stop"

echo
fi

[int-upgrade-pgsql] $ /bin/bash -xe /tmp/hudson225223606457406493.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to