Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041088 | Openbravo ERP | A. Platform | public | 2019-06-13 12:33 | 2019-06-17 13:32 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q3 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0041088: incorrect organization warn message logged in some test cases |
Description | Some test cases log "The user 100 does not have write access to its current organization repairing that" whenever they are executed. |
Steps To Reproduce | Run, for example, org.openbravo.test.webservice.WSReadTest.testPagedWhereClause test case.
-> Check in the log appears that warning message |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0041090 | | closed | alostale | missing log context info when setting an incorrect org in OBContext |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-06-13 12:33 | alostale | New Issue | |
2019-06-13 12:33 | alostale | Assigned To | => platform |
2019-06-13 12:33 | alostale | Modules | => Core |
2019-06-13 12:33 | alostale | Triggers an Emergency Pack | => No |
2019-06-13 12:33 | alostale | Assigned To | platform => alostale |
2019-06-13 12:43 | alostale | Relationship added | related to 0041090 |
2019-06-17 09:08 | hgbot | Checkin | |
2019-06-17 09:08 | hgbot | Note Added: 0112801 | |
2019-06-17 09:08 | hgbot | Status | new => resolved |
2019-06-17 09:08 | hgbot | Resolution | open => fixed |
2019-06-17 09:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2dea5405f752100f5bda064692094f9fe56f8b8a [^] |
2019-06-17 09:08 | hgbot | Checkin | |
2019-06-17 09:08 | hgbot | Note Added: 0112803 | |
2019-06-17 09:09 | alostale | Review Assigned To | => caristu |
2019-06-17 12:46 | caristu | Note Added: 0112814 | |
2019-06-17 12:46 | caristu | Status | resolved => closed |
2019-06-17 12:46 | caristu | Fixed in Version | => 3.0PR19Q3 |
2019-06-17 12:46 | caristu | Note Edited: 0112814 | bug_revision_view_page.php?bugnote_id=0112814#r18927 |
2019-06-17 13:32 | hudsonbot | Checkin | |
2019-06-17 13:32 | hudsonbot | Note Added: 0112817 | |
2019-06-17 13:32 | hudsonbot | Checkin | |
2019-06-17 13:32 | hudsonbot | Note Added: 0112819 | |
Notes |
|
(0112801)
|
hgbot
|
2019-06-17 09:08
|
|
Repository: erp/devel/pi
Changeset: 2dea5405f752100f5bda064692094f9fe56f8b8a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jun 13 12:58:16 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2dea5405f752100f5bda064692094f9fe56f8b8a [^]
fixed issue 41088: incorrect org warn message logged in some test cases
OBBaseTest.setTestAdminContext set system admin role with a non system client
and org resulting in warning message as that orgainzation is not writable from
system.
Now setTestAdminContext sets system client and org.
---
M src-test/src/org/openbravo/test/base/OBBaseTest.java
M src-test/src/org/openbravo/test/base/TestConstants.java
---
|
|
|
(0112803)
|
hgbot
|
2019-06-17 09:08
|
|
Repository: erp/devel/pi
Changeset: ca0c09f90ddbf9613c66ccc9b4c32ba2071c6154
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jun 14 07:48:44 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ca0c09f90ddbf9613c66ccc9b4c32ba2071c6154 [^]
related to issue 41088: fixed failing test cases
Previously client/org/role was incorrectly set, some test cases relied on those
settings.
Now using group admin role instead of sys admin and fixed the rest of cases.
---
M src-test/src/org/openbravo/test/base/OBBaseTest.java
M src-test/src/org/openbravo/test/base/TestConstants.java
M src-test/src/org/openbravo/test/dal/DalQueryTest.java
M src-test/src/org/openbravo/test/dal/DalTest.java
M src-test/src/org/openbravo/test/dal/ViewTest.java
M src-test/src/org/openbravo/test/modularity/DatasetServiceTest.java
M src-test/src/org/openbravo/test/security/AccessLevelTest.java
M src-test/src/org/openbravo/test/security/CrossOrganizationReference.java
M src-test/src/org/openbravo/test/security/EntityAccessTest.java
M src-test/src/org/openbravo/test/security/ExplicitCrossOrganizationReference.java
M src-test/src/org/openbravo/test/xml/EntityXMLImportTestSingle.java
M src-test/src/org/openbravo/test/xml/EntityXMLIssues.java
M src-test/src/org/openbravo/test/xml/UniqueConstraintImportTest.java
---
|
|
|
|
|
|
|
|
|
|
|