Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0048013
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Tests Stabilizationminorhave not tried2021-11-09 11:412021-11-23 13:20
ReportershuehnerView Statuspublic 
Assigned Toprakashmurugesan88 
PrioritynormalResolutionfixedFixed in VersionRR22Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0048013: Remove obsolete/non-working Synchronized Mode from mobile-test repo

DescriptionIssue 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'))" //
Steps To Reproducegrep -r OBMOBC_SynchronizedMode
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks design defect 0048008 closedshuehner Tracking issue: Remove obsolete/non-working Synchronized Mode 

-  Notes
(0133165)
hgbot (developer)
2021-11-18 07:04

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/145 [^]
(0133280)
hgbot (developer)
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 (developer)
2021-11-23 12:22

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/145 [^]

- Issue History
Date Modified Username Field Change
2021-11-09 11:41 shuehner New Issue
2021-11-09 11:41 shuehner Assigned To => Retail
2021-11-09 11:41 shuehner Triggers an Emergency Pack => No
2021-11-09 11:41 shuehner Issue generated from 0048011
2021-11-09 11:41 shuehner Relationship added blocks 0048008
2021-11-10 14:14 prakashmurugesan88 Assigned To Retail => prakashmurugesan88
2021-11-10 14:14 prakashmurugesan88 Status new => scheduled
2021-11-18 07:04 hgbot Note Added: 0133165
2021-11-23 12:22 hgbot Resolution open => fixed
2021-11-23 12:22 hgbot Status scheduled => resolved
2021-11-23 12:22 hgbot Note Added: 0133280
2021-11-23 12:22 hgbot Note Added: 0133281
2021-11-23 13:20 marvintm Review Assigned To => marvintm
2021-11-23 13:20 marvintm Status resolved => closed
2021-11-23 13:20 marvintm Fixed in Version => RR22Q1


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker