Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019487Openbravo ERP02. Master data managementpublic2012-01-13 09:442012-01-30 13:34
plujan 
jecharri 
immediatemajorhave not tried
closedfixed 
5
pi 
3.0MP8 
Core
No
0019487: Because of fixing issue 19203, now Selenium issue fails to select the address in Initial Organization Setup
Initial Organization Setup tries to fill an address, but now this is not possible and an error is displayed instead.

Stack trace is:


Driver info: driver.version: RemoteWebDriver
    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:147)
    at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:113)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:424)
    at com.openbravo.test.integration.selenium.RemoteWebDriver$$EnhancerByCGLIB$$660e2e7f.CGLIB$execute$49(<generated>)
    at com.openbravo.test.integration.selenium.RemoteWebDriver$$EnhancerByCGLIB$$660e2e7f$$FastClassByCGLIB$$dfeefd3c.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
    at org.openqa.selenium.remote.Augmenter$CompoundHandler.intercept(Augmenter.java:262)
    at com.openbravo.test.integration.selenium.RemoteWebDriver$$EnhancerByCGLIB$$660e2e7f.execute(<generated>)
    at org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.frame(RemoteWebDriver.java:646)
    at com.openbravo.test.integration.erp.gui.popups.AddressSelectorPopUp.selectWindow(AddressSelectorPopUp.java:84)
    at com.openbravo.test.integration.erp.gui.popups.PopUp.selectPopUp(PopUp.java:96)
    at com.openbravo.test.integration.erp.gui.popups.AddressSelectorPopUp.selectPopUp(AddressSelectorPopUp.java:92)
    at com.openbravo.test.integration.erp.gui.popups.AddressSelectorPopUp.selectAddress(AddressSelectorPopUp.java:137)
    at com.openbravo.test.integration.erp.gui.general.enterprise.initialorganizationsetup.InitialOrganizationSetupProcess.setUp(InitialOrganizationSetupProcess.java:136)
    at com.openbravo.test.integration.erp.testscripts.generalsetup.enterprise.initialorganizationsetup.InitialOrganizationSetup.setupInitialOrganization(InitialOrganizationSetup.java:61)
    at com.openbravo.test.integration.erp.testsuites.smoke.masterdata.ADMc_SetupClientAndOrganization.clientAndOrganizationShouldBeSetUp(ADMc_SetupClientAndOrganization.java:261)
n/a
No tags attached.
png clientAndOrganizationShouldBeSetUp.png (18,314) 2012-01-13 09:44
https://issues.openbravo.com/file_download.php?file_id=4898&type=bug
png
Issue History
2012-01-13 09:44plujanNew Issue
2012-01-13 09:44plujanAssigned To => jonalegriaesarte
2012-01-13 09:44plujanFile Added: clientAndOrganizationShouldBeSetUp.png
2012-01-13 09:44plujanModules => Core
2012-01-13 10:13jecharriAssigned Tojonalegriaesarte => jecharri
2012-01-13 15:06hgbotCheckin
2012-01-13 15:06hgbotNote Added: 0044328
2012-01-13 15:06hgbotStatusnew => resolved
2012-01-13 15:06hgbotResolutionopen => fixed
2012-01-13 15:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/64738cd965413439e825b9aa2e3ae6b2d1061881 [^]
2012-01-14 21:21hudsonbotCheckin
2012-01-14 21:21hudsonbotNote Added: 0044387
2012-01-30 13:34jonalegriaesarteNote Added: 0044700
2012-01-30 13:34jonalegriaesarteStatusresolved => closed
2012-01-30 13:34jonalegriaesarteFixed in Version => 3.0MP8

Notes
(0044328)
hgbot   
2012-01-13 15:06   
Repository: erp/devel/pi
Changeset: 64738cd965413439e825b9aa2e3ae6b2d1061881
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Jan 13 15:05:54 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/64738cd965413439e825b9aa2e3ae6b2d1061881 [^]

Fixes issue 19487, issue 19203.
I have deleted the message because it is not going to be use more and I have changed the code to get the value of the ad_org_id. Now if the value of inpadOrgId is null I go to the window to get the value.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/info/Location.java
---
(0044387)
hudsonbot   
2012-01-14 21:21   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^]

Maturity status: Test
(0044700)
jonalegriaesarte   
2012-01-30 13:34   
Fixed, the test does not fail.