Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0033236 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | minor | have not tried | 2016-06-13 15:50 | 2016-09-25 13:00 | |||
Reporter | mtaal | View Status | public | |||||
Assigned To | Sandrahuguet | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR16Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 695eb7084c4f | ||||
Projection | none | ETA | none | Target Version | RR16Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | mtaal | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0033236: Add testcases to the multi-server test environment | |||||||
Description | See: http://wiki.openbravo.com/wiki/Projects:Multi_Server_Add_Tests [^] | |||||||
Steps To Reproduce | See description | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0089769) hgbot (developer) 2016-09-06 08:36 |
Repository: tools/automation/pi-mobile Changeset: 695eb7084c4fc5a53a170744ee3613876572e36c Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue Sep 06 08:35:42 2016 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/695eb7084c4fc5a53a170744ee3613876572e36c [^] Fixed issue 33236: Add testcases to the multi-server test environment --- M src-test/org/openbravo/test/mobile/common/selenium/database/WebPOSDatabaseHelper.java M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS001_SalesFlow.java M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS002_UpdateProduct.java M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS003_UpdateBPartner.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/CMGa10_CashManagementDeposit.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpPartialWithSale.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/SaleAndCashupVerifyingDatabaseI.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/SaleAndCashupVerifyingDatabaseII.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I27476_SameDocumentNoAfterPayAndReload.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/I31211_UseContainsInsteadOfStartsWith.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31323_LayawayPayOpenTicket.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31462_VoidLayaway.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/VerifyLayawayToReceipt.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLSaleAndReturn.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30997_NewCustomerForReceipt.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I31196_ReassignNewCustomer.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/CreateMultiorder.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I31019_SalesFromQuotationSessionId.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/RejectQuotations.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/SaleWithTwentyLines.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/ReturnServiceTests.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/suites/MultiserverSuiteHighVolumeMode.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/suites/MultiserverSuiteNormalMode.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/AllMultiserverTestsHighVolumeMode.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/AllMultiserverTestsNormalMode.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS006_CMGa10_CashManagementDeposit.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS007_CashUpPartialWithSale.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS008_I30997_NewCustomerForReceipt.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS009_SaleAndCashupVerifyingDatabaseI.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS010_SaleAndCashupVerifyingDatabaseII.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS011_LAWa010_CreateLayaway.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS012_I31462_VoidLayaway.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS013_VerifyLayawayToReceipt.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS014_I31323_LayawayPayOpenTicket.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS015_MPLSaleAndReturn.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS016_ReceiptsSearchExample.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS017_CreateSaleAndReturn.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS018_SaleWithTwentyLines.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS019_CreateMultiorder.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS020_ReturnServiceTests.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS021_I31019_SalesFromQuotationSessionId.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS022_RejectQuotations.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS023_I27476_SameDocumentNoAfterPayAndReload.java A src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS024_CashupWithSaleAndReturn.java R src-test/org/openbravo/test/mobile/retail/multiserver/selenium/suites/MultiserverSuite.java R src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/AllMultiserverTests.java --- |
(0089771) hgbot (developer) 2016-09-06 10:13 |
Repository: tools/automation/pi-mobile Changeset: ecdcf754c25646762c1e632c944e43c6111b589a Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Tue Sep 06 10:12:44 2016 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ecdcf754c25646762c1e632c944e43c6111b589a [^] related to issue 33236 allowed tomcat errors in MS008_I30997_NewCustomerForReceipt --- M src-test/org/openbravo/test/mobile/common/selenium/utils/AllowedErrorsHelper.java --- |
(0089887) hgbot (developer) 2016-09-10 23:54 |
Repository: tools/automation/pi-mobile Changeset: 6c3d643cd0c42ffec9904d1892865a1c8aff4de3 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sat Sep 10 23:54:43 2016 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6c3d643cd0c42ffec9904d1892865a1c8aff4de3 [^] Related to issue 33236: Add testcases to the multi-server test environment Try to solve failing testcase --- M src-test/org/openbravo/test/mobile/retail/multiserver/selenium/tests/MS023_I27476_SameDocumentNoAfterPayAndReload.java --- |
(0090230) mtaal (viewer) 2016-09-25 13:00 |
Reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2016-06-13 15:50 | mtaal | New Issue | |
2016-06-13 15:50 | mtaal | Assigned To | => Retail |
2016-06-13 15:50 | mtaal | OBNetwork customer | => No |
2016-06-13 15:50 | mtaal | Triggers an Emergency Pack | => No |
2016-09-06 08:36 | hgbot | Checkin | |
2016-09-06 08:36 | hgbot | Note Added: 0089769 | |
2016-09-06 08:36 | hgbot | Status | new => resolved |
2016-09-06 08:36 | hgbot | Resolution | open => fixed |
2016-09-06 08:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/tools/automation/pi-mobile/rev/695eb7084c4fc5a53a170744ee3613876572e36c [^] |
2016-09-06 10:12 | Sandrahuguet | Assigned To | Retail => Sandrahuguet |
2016-09-06 10:13 | hgbot | Checkin | |
2016-09-06 10:13 | hgbot | Note Added: 0089771 | |
2016-09-08 07:47 | mtaal | Review Assigned To | => mtaal |
2016-09-10 23:54 | hgbot | Checkin | |
2016-09-10 23:54 | hgbot | Note Added: 0089887 | |
2016-09-25 13:00 | mtaal | Note Added: 0090230 | |
2016-09-25 13:00 | mtaal | Status | resolved => closed |
2016-09-25 13:00 | mtaal | Fixed in Version | => RR16Q4 |
Copyright © 2000 - 2009 MantisBT Group |