Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026069 | Openbravo ERP | A. Platform | public | 2014-03-24 11:36 | 2014-03-28 04:44 |
|
Reporter | gorka_gil | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | gorka_gil |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026069: run.webservice.tests has the openbravo url hardcoded |
Description | the code for the webservices tests (run.webservice.tests) has the openbravo url hardcoded.
It would be better that it takes from the openbravo properties file. |
Steps To Reproduce | ant run.webservice.tests
Will look for openbravo in a fixed url |
Proposed Solution | Take the value from the openbravo properties |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0026088 | 3.0PR14Q2 | closed | alostale | run.webservice.tests fails | related to | feature request | 0026116 | | closed | gorka_gil | run.webservice.tests don't generate a result file and also stops on any error |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-24 11:36 | gorka_gil | New Issue | |
2014-03-24 11:36 | gorka_gil | Assigned To | => alostale |
2014-03-24 11:36 | gorka_gil | Modules | => Core |
2014-03-24 11:36 | gorka_gil | OBNetwork customer | => No |
2014-03-24 11:36 | gorka_gil | Triggers an Emergency Pack | => No |
2014-03-24 13:21 | alostale | Review Assigned To | => gorka_gil |
2014-03-24 13:21 | alostale | Target Version | => PR14Q2 |
2014-03-24 13:23 | hgbot | Checkin | |
2014-03-24 13:23 | hgbot | Note Added: 0065397 | |
2014-03-24 13:23 | hgbot | Status | new => resolved |
2014-03-24 13:23 | hgbot | Resolution | open => fixed |
2014-03-24 13:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c497a8e94c0e3b254070e0ce9cdbcaa3ae8e2587 [^] |
2014-03-25 19:47 | hudsonbot | Checkin | |
2014-03-25 19:47 | hudsonbot | Note Added: 0065447 | |
2014-03-26 09:52 | alostale | Relationship added | related to 0026088 |
2014-03-27 12:36 | hgbot | Checkin | |
2014-03-27 12:36 | hgbot | Note Added: 0065514 | |
2014-03-27 17:57 | gorka_gil | Note Added: 0065539 | |
2014-03-27 17:57 | gorka_gil | Status | resolved => closed |
2014-03-28 04:44 | hudsonbot | Checkin | |
2014-03-28 04:44 | hudsonbot | Note Added: 0065551 | |
2014-03-31 17:19 | gorka_gil | Relationship added | related to 0026116 |
Notes |
|
(0065397)
|
hgbot
|
2014-03-24 13:23
|
|
Repository: erp/devel/pi
Changeset: c497a8e94c0e3b254070e0ce9cdbcaa3ae8e2587
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Mar 24 13:23:03 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c497a8e94c0e3b254070e0ce9cdbcaa3ae8e2587 [^]
fixed issue 26069: run.webservice.tests has the openbravo url hardcoded
URL is retrieved now from context.url property in Openbravo.properties
---
M src-test/org/openbravo/test/webservice/BaseWSTest.java
M src-test/org/openbravo/test/webservice/PerformanceTest.java
---
|
|
|
|
|
|
(0065514)
|
hgbot
|
2014-03-27 12:36
|
|
|
|
|
Tested in a jenkins job that has different url, port and context
localhost:80/jobname
Working fine there |
|
|
|
|