Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048013Retail ModulesTests Stabilizationpublic2021-11-09 11:412021-11-23 13:20
shuehner 
prakashmurugesan88 
normalminorhave not tried
closedfixed 
5
 
RR22Q1 
marvintm
No
0048013: Remove obsolete/non-working Synchronized Mode from mobile-test repo
Issue 48008 is removing leftover code from the obsolete synchronized mode.

This issue track code-references inside the mobile-test repo

src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37436_VerifyReceiptOnPreSaveHook.java: "OB.MobileApp.model.attributes.permissions['OBMOBC_SynchronizedMode'] = true;");
src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I36422_VerifyCancelLayawayInSyncMode.java: private final String prefSynchronizedMode = "OBMOBC_SynchronizedMode";
src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I37048_VerifyPaymentMethodCashupInSyncMode.java: .executeScriptWithReturn("OB.MobileApp.model.get('permissions').OBMOBC_SynchronizedMode;");
src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I37048_VerifyPaymentMethodCashupInSyncMode.java: .executeScript("OB.MobileApp.model.get('permissions').OBMOBC_SynchronizedMode=true;");
src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I37048_VerifyPaymentMethodCashupInSyncMode.java: SeleniumHelper.executeScript("OB.MobileApp.model.get('permissions').OBMOBC_SynchronizedMode="
src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36374_VerifyLayawayWithDifferentUserRole.java: private final String prefSynchronizedMode = "OBMOBC_SynchronizedMode";
src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I34285_VerifyCustomerSaveAction.java: private final String prefSynchronizedMode = "OBMOBC_SynchronizedMode";
src-test/org/openbravo/test/mobile/retail/multiserver/MultiserverUtils.java: + " VALUES (get_uuid(), '39363B0921BB4293B48383844325E84C', 'D270A5AC50874F8BA67A88EE977F8E3B','Y',now(), 0, now(), 0, null, '3073EDF96A3C42CC86C7069E379522D2', null, 'Y', 'OBMOBC_SynchronizedMode', to_char('Y'), null, null, '5FA11B3DD8F04C0986C774624809C31E', 'N', null)");
src-test/org/openbravo/test/mobile/retail/multiserver/MultiserverUtils.java: "delete from AD_Preference where property='OBMOBC_SynchronizedMode' and ad_client_id='39363B0921BB4293B48383844325E84C' and ad_org_id='D270A5AC50874F8BA67A88EE977F8E3B'",
src-test/org/openbravo/test/mobile/quarantine/pack/SHUG/I32443_LayawayStaleData.java: + "','%s','0',to_char('Y'),'0','100','Y','OBMOBC_SynchronizedMode',to_char('Y'),to_char('N'))" //
grep -r OBMOBC_SynchronizedMode
No tags attached.
blocks design defect 0048008 closed shuehner Tracking issue: Remove obsolete/non-working Synchronized Mode 
Issue History
2021-11-09 11:41shuehnerNew Issue
2021-11-09 11:41shuehnerAssigned To => Retail
2021-11-09 11:41shuehnerTriggers an Emergency Pack => No
2021-11-09 11:41shuehnerIssue generated from0048011
2021-11-09 11:41shuehnerRelationship addedblocks 0048008
2021-11-10 14:14prakashmurugesan88Assigned ToRetail => prakashmurugesan88
2021-11-10 14:14prakashmurugesan88Statusnew => scheduled
2021-11-18 07:04hgbotNote Added: 0133165
2021-11-23 12:22hgbotResolutionopen => fixed
2021-11-23 12:22hgbotStatusscheduled => resolved
2021-11-23 12:22hgbotNote Added: 0133280
2021-11-23 12:22hgbotNote Added: 0133281
2021-11-23 13:20marvintmReview Assigned To => marvintm
2021-11-23 13:20marvintmStatusresolved => closed
2021-11-23 13:20marvintmFixed in Version => RR22Q1

Notes
(0133165)
hgbot   
2021-11-18 07:04   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/145 [^]
(0133280)
hgbot   
2021-11-23 12:22   
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 84ebc07e821392eda235071876ffecf54fec4540
Author: Prakash M <prakash@qualiantech.com>
Date: 2021-11-23T11:22:19+00:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/84ebc07e821392eda235071876ffecf54fec4540 [^]

Fixed BUG-48013: Removed obsolete/non-working Synchronized Mode from mobile-test repo

---
M src-test/org/openbravo/test/mobile/core/junit/SequentialTestInfo.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/annotations/SuiteAnnotations.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/junit/OBWildcardPatternSuite.java
R src-test/org/openbravo/test/mobile/quarantine/fixingbay/ActivateSynchronizedMode.java
R src-test/org/openbravo/test/mobile/quarantine/fixingbay/DeactivateSynchronizedMode.java
R src-test/org/openbravo/test/mobile/quarantine/pack/SHUG/I32443_LayawayStaleData.java
R src-test/org/openbravo/test/mobile/retail/multiserver/MultiserverUtils.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I37048_VerifyPaymentMethodCashupInSyncMode.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I36422_VerifyCancelLayawayInSyncMode.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37436_VerifyReceiptOnPreSaveHook.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I34285_VerifyCustomerSaveAction.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I36374_VerifyLayawayWithDifferentUserRole.java
---
(0133281)
hgbot   
2021-11-23 12:22   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/145 [^]