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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026771
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSmajorN/A2014-06-03 14:262014-06-27 13:14
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR14Q3
StatusclosedFix in branchFixed in SCM revisiond578433b5b66
ProjectionnoneETAnoneTarget VersionRR14Q3
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

0026771: TestCases. Work in progress

DescriptionTestCases. Work in progress
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0027415RR15Q2 closedaaroncalero Stabilization: alert("") should never be used 
blocks feature request 0027346 closedOrekaria Add the browser's console log to the tests' artifacts 
blocks defect 0027347 closedSanjota Higher the log level when enyo finds duplicated ids, from warn to error 
blocks feature request 0027526RR14Q4 closedOrekaria Tests: Fix the Business Partner modal to support ScrollableTable test functions 

-  Notes
(0067786)
hgbot (developer)
2014-06-05 17:35

Repository: tools/automation/pi-mobile
Changeset: 4ddfc9891d5ecd9a45fbafb3273ad48979193ba3
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 05 17:35:16 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4ddfc9891d5ecd9a45fbafb3273ad48979193ba3 [^]

Related to issue 26771: changes to structure and
- added the FailedLoginTest

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
A src-test/org/openbravo/retail/integrationtest/tests/general/DefaultLoginLogout_Test.java
A src-test/org/openbravo/retail/integrationtest/tests/general/FailedLoginTest.java
R src-test/org/openbravo/retail/integrationtest/tests/general/LoginLogout_Test.java
R src-test/org/openbravo/retail/integrationtest/tests/general/loginout/FailedLoginTest.java
---
(0067787)
hgbot (developer)
2014-06-05 18:24

Repository: tools/automation/pi-mobile
Changeset: 47460b596fc2f00ab04de25baf62922dc18c75be
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 05 18:23:54 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/47460b596fc2f00ab04de25baf62922dc18c75be [^]

Fixed issue 26771: checks better if tomcat did properly loaded the WebPOS

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
---
(0067789)
hgbot (developer)
2014-06-05 18:37

Repository: tools/automation/pi-mobile
Changeset: 76118b3e6663aee6299a9a03c9432e7d6b9a8d10
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 05 18:36:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/76118b3e6663aee6299a9a03c9432e7d6b9a8d10 [^]

Related to issue 26771:
- added exceptions
- changed timeout

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
---
(0067790)
hgbot (developer)
2014-06-05 18:49

Repository: tools/automation/pi-mobile
Changeset: 7e20a52d69a1887fd2ee2d06d1054385e1a2d142
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 05 18:49:22 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7e20a52d69a1887fd2ee2d06d1054385e1a2d142 [^]

Related to issue 26771: explicit timeout
- for performance testing
- unwanted

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
---
(0067801)
hgbot (developer)
2014-06-06 09:59

Repository: tools/automation/pi-mobile
Changeset: 64187551ce5858d3fedb179871be72c525aac1cb
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 09:59:00 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/64187551ce5858d3fedb179871be72c525aac1cb [^]

Related to issue 26771: more code to check that the webpage was properly loaded

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/general/FailedLoginTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
---
(0067803)
hgbot (developer)
2014-06-06 11:10

Repository: tools/automation/pi-mobile
Changeset: f7981e4897c10e4a8865462b2a730b021ec13e4e
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 11:09:27 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f7981e4897c10e4a8865462b2a730b021ec13e4e [^]

Related to issue 26771: added screenshot support

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/general/FailedLoginTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
---
(0067804)
hgbot (developer)
2014-06-06 12:11

Repository: tools/automation/pi-mobile
Changeset: 839e976b5a1d90f6e95bb09813962992f75211b4
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 12:11:23 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/839e976b5a1d90f6e95bb09813962992f75211b4 [^]

Related to issue 26771: better screenshots names
- failedLoginTest changed to fail

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/general/FailedLoginTest.java
---
(0067805)
hgbot (developer)
2014-06-06 12:43

Repository: tools/automation/pi-mobile
Changeset: ec66710115cb4df0128f8d6209441ee24a39b419
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 12:43:34 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ec66710115cb4df0128f8d6209441ee24a39b419 [^]

Related to issue 26771: even better screenshots... and names

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/general/FailedLoginTest.java
---
(0067807)
hgbot (developer)
2014-06-06 13:16

Repository: tools/automation/pi-mobile
Changeset: 65482598c11f1ba715739ae83c1f1022e637731d
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 13:16:24 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/65482598c11f1ba715739ae83c1f1022e637731d [^]

Related to issue 26771: more screenshots

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
---
(0067810)
hgbot (developer)
2014-06-06 15:25

Repository: tools/automation/pi-mobile
Changeset: bf62a5f0c70aaeeb492323f26536ed88029f94be
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 15:24:22 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/bf62a5f0c70aaeeb492323f26536ed88029f94be [^]

Issue 26771: added SALa10. simple sell
- DOMs added
- check functionality added

---
M src-test/org/openbravo/retail/integrationtest/common/DOM.java
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDayTest.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
M src-test/org/openbravo/retail/integrationtest/ui/pages/MainPage.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSBrowseTab.java
A src-test/org/openbravo/retail/integrationtest/pending/PayByCreditExceeded.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultLoginLogout_Test.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/FailedLoginTest.java
R src-test/org/openbravo/retail/integrationtest/tests/general/DefaultLoginLogout_Test.java
R src-test/org/openbravo/retail/integrationtest/tests/general/FailedLoginTest.java
---
(0067811)
hgbot (developer)
2014-06-06 16:14

Repository: tools/automation/pi-mobile
Changeset: 44a2a68d504868c211a44811606e77c399e0ebf9
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 06 16:14:18 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/44a2a68d504868c211a44811606e77c399e0ebf9 [^]

Issue 26771: finished SALa010: regular sells
- refactored how to access to the enyoObject
- adjusted some timeouts (close to the end version)
- DOM renaming and addition

---
M src-test/org/openbravo/retail/integrationtest/common/DOM.java
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
---
(0067847)
hgbot (developer)
2014-06-10 15:16

Repository: tools/automation/pi-mobile
Changeset: e9061e173df83a77856d29dd19fa6a7e8409505a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 10 13:49:54 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e9061e173df83a77856d29dd19fa6a7e8409505a [^]

Issue 26771: refactoring, renaming...
- junit version updated to 4.11
- reorder of the test flow

---
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton.java
M src-test/org/openbravo/retail/integrationtest/common/TestRegistryHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CUP010_CashUpClean.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultLoginLogout_Test.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/FailedLoginTest.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketsAreSavedCorrectlyTest.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectlyTest.java
M src-test/org/openbravo/retail/integrationtest/tests/layaway/LAWa010_CreateLayawayOrderTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GCA0300_SellGiftCardTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GVO0300_SellingGiftVoucherTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSMenu.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarLeft.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarRight.java
M src-test/org/openbravo/retail/integrationtest/ui/pages/MainPage.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSBrowseTab.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSOrderTab.java
A lib/junit-4.11.jar
A src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
A src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
A src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
A src-test/org/openbravo/retail/integrationtest/common/TerminalHelper.java
A src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
A src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
R lib/junit-4.8.1.jar
R src-test/org/openbravo/retail/integrationtest/common/DOM.java
R src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest2.java
R src-test/org/openbravo/retail/integrationtest/common/SeleniumSingleton2.java
R src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject2.java
---
(0067893)
hgbot (developer)
2014-06-11 09:17

Repository: tools/automation/pi-mobile
Changeset: 99e36338a5887a61909da0e6d78d2c30a8ee4eb3
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Jun 11 09:16:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/99e36338a5887a61909da0e6d78d2c30a8ee4eb3 [^]

Issue 26771: added button isDisabled check...
- renaming
- added info of the time that a test takes

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0067941)
hgbot (developer)
2014-06-12 11:51

Repository: tools/automation/pi-mobile
Changeset: 9b39cf25b92d60bd912d60d37871e6c6d6ae8af5
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 12 11:50:34 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9b39cf25b92d60bd912d60d37871e6c6d6ae8af5 [^]

Issue 26771: added get(IdDOM) functionality
- SALa10 sql changed to look for the ticket
- removed redundant checks
- removed deleteAllCookies() as it looks like the cause of a fix
- added more logger output
- changed some logger output levels
- added IdDOMs
- fixed screenshot name for success

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/EnyoKind.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0067949)
hgbot (developer)
2014-06-12 14:28

Repository: tools/automation/pi-mobile
Changeset: ea2c3f8ebfd6e05865f58585bab61b03552118c8
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 12 14:28:26 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ea2c3f8ebfd6e05865f58585bab61b03552118c8 [^]

Issue 26771: added better database querying ...
- IdDOMs changed as enyo ids were removed
- isDebug mode

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
---
(0067962)
hgbot (developer)
2014-06-12 18:22

Repository: tools/automation/pi-mobile
Changeset: 6bd10587493ab546dffdf1fdc5abb92201313671
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 12 18:21:42 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6bd10587493ab546dffdf1fdc5abb92201313671 [^]

Issue 26771: new test: sale with a 3x2 promotion
- added isDebug that will not close the selenium when debugging

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/Sale3x2Promotion.java
---
(0067986)
hgbot (developer)
2014-06-13 11:29

Repository: tools/automation/pi-mobile
Changeset: b4dc1a7b1a236bf69971b81234579fbf333bb18e
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 11:29:20 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b4dc1a7b1a236bf69971b81234579fbf333bb18e [^]

Issue 26771: refactoring
- added the Wait class that encapsulates polled calls

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/org/openbravo/retail/integrationtest/common/Wait.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SaleWith3x2Promotion.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/Sale3x2Promotion.java
---
(0067990)
hgbot (developer)
2014-06-13 12:18

Repository: tools/automation/pi-mobile
Changeset: eb1cb10dd6d8df2001b328f5c568f32750685f5c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 12:18:28 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/eb1cb10dd6d8df2001b328f5c568f32750685f5c [^]

Issue 26771: added SALa020_CreateReturnOrder

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
---
(0067991)
hgbot (developer)
2014-06-13 12:19

Repository: tools/automation/pi-mobile
Changeset: e0d8431e7b8fe6ebeb5a2fbadfab70a9845e292b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 12:19:00 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e0d8431e7b8fe6ebeb5a2fbadfab70a9845e292b [^]

Issue 26771: added SALa020_CreateReturnOrder

---
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturnOrderTest2.java
---
(0067993)
hgbot (developer)
2014-06-13 12:37

Repository: tools/automation/pi-mobile
Changeset: dd0418dbd03035382821e111e79cae332175b6e0
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 12:36:41 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/dd0418dbd03035382821e111e79cae332175b6e0 [^]

Issue 26771: added ScanEanCodeTest

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/RetailSmokeTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
A src-test/Deprecated/DISb_DiscountPackTest.java
A src-test/Deprecated/SALa020_CreateReturnOrderTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/ScanEANCodeTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/DISb_DiscountPackTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturnOrderTest.java
---
(0067998)
hgbot (developer)
2014-06-13 13:02

Repository: tools/automation/pi-mobile
Changeset: 942c465e546c62a2e88402239f6004eb4c512041
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 13:01:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/942c465e546c62a2e88402239f6004eb4c512041 [^]

Issue 26771: added SALa090...
- waits more time for the login to finish

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/RetailSmokeTestSuite.java
A src-test/Deprecated/SALa090_AddPaymentUsingPercentagesTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_AddPaymentUsingPercentagesTest2.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_AddPaymentUsingPercentagesTest.java
---
(0068003)
hgbot (developer)
2014-06-13 13:20

Repository: tools/automation/pi-mobile
Changeset: 2ceea14f066fe3ec957b80ab5234e2136bc27158
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 13:20:19 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2ceea14f066fe3ec957b80ab5234e2136bc27158 [^]

Issue 26771: added SALb010
- longer total timeout

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CUP010_CashUpClean.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreatePOSOrderTest.java
A src-test/Deprecated/SALb010_CreatePOSOrderTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreatePOSOrderWithEditTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreatePOSOrderTest.java
---
(0068005)
hgbot (developer)
2014-06-13 13:32

Repository: tools/automation/pi-mobile
Changeset: 2dabcb3e2e00d30a1f617241ea1d0ff4a052f32d
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 13:32:38 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2dabcb3e2e00d30a1f617241ea1d0ff4a052f32d [^]

Issue 26771: fixed SALb010

---
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreatePOSOrderWithEditTest.java
---
(0068006)
hgbot (developer)
2014-06-13 13:47

Repository: tools/automation/pi-mobile
Changeset: 4d21e1ea2178bb2d3b0e27466ef832ece75dd5dd
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 13:47:00 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4d21e1ea2178bb2d3b0e27466ef832ece75dd5dd [^]

Issue 26771: script to start the Selenium web server

---
A startSeleniumStandaloneNode.sh
---
(0068007)
hgbot (developer)
2014-06-13 15:24

Repository: tools/automation/pi-mobile
Changeset: 40ead3840ce7f26d5b7e04e0b93d4d0dae1542f5
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 15:24:16 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/40ead3840ce7f26d5b7e04e0b93d4d0dae1542f5 [^]

Issue 26771: finished SALb010 test

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_AddPaymentUsingPercentagesTest2.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreatePOSOrderWithEditTest.java
A src-test/org/openbravo/retail/integrationtest/tests/pending/PayByCreditExceeded.java
R src-test/org/openbravo/retail/integrationtest/pending/PayByCreditExceeded.java
---
(0068011)
hgbot (developer)
2014-06-13 19:32

Repository: tools/automation/pi-mobile
Changeset: fe564d386b0432f237e2cff7775ef4e46a516b21
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 19:32:02 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fe564d386b0432f237e2cff7775ef4e46a516b21 [^]

Issue 26771: bypass backend login error

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithBadCredentialsTest.java
R src-test/org/openbravo/retail/integrationtest/tests/general/loginout/FailedLoginTest.java
---
(0068012)
hgbot (developer)
2014-06-13 19:45

Repository: tools/automation/pi-mobile
Changeset: 05242c3105c1864e40e2b5223857e38025cb010a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 19:45:34 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/05242c3105c1864e40e2b5223857e38025cb010a [^]

Issue 26771: added screenshot for WebPOS loading fails...
- fixed SALa90
- reactivated the debug check

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_AddPaymentUsingPercentagesTest2.java
---
(0068013)
hgbot (developer)
2014-06-13 21:07

Repository: tools/automation/pi-mobile
Changeset: 8614e4a02130839576a4b8432f0bb8e573fb084b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 21:07:02 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8614e4a02130839576a4b8432f0bb8e573fb084b [^]

Issue 26771: added SALb20...
- properly closing selenium on error
- renaming
- changed some screenshot descriptions

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/Deprecated/SALb020_CreatePOSOrderTest.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithWrongCredentialsTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWith3x2Promotion.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWithEAN.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreateSale.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturn.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_CreateSaleUsingPercentages.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreateSaleWithEdit.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucher.java
R src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithBadCredentialsTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreatePOSOrderTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturnOrderTest2.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_AddPaymentUsingPercentagesTest2.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreatePOSOrderWithEditTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreatePOSOrderTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SaleWith3x2Promotion.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/ScanEANCodeTest.java
---
(0068014)
hgbot (developer)
2014-06-13 21:26

Repository: tools/automation/pi-mobile
Changeset: dae199895c02c998cfe0059dcc6e3abc339d8373
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 21:26:05 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/dae199895c02c998cfe0059dcc6e3abc339d8373 [^]

Issue 26771: added RLI_100

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
A src-test/Deprecated/RLI0100_ReturnWithReturnLineTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/returns/RLI0100_ReturnWithReturnLine.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/returns/RLI0100_ReturnWithReturnLineTest.java
---
(0068015)
hgbot (developer)
2014-06-13 21:29

Repository: tools/automation/pi-mobile
Changeset: f73a07cf0131275afa009dd72dc11b617aee7f81
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 21:28:52 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f73a07cf0131275afa009dd72dc11b617aee7f81 [^]

Issue 26771: updated RetailTestSuite

---
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
---
(0068018)
hgbot (developer)
2014-06-13 22:28

Repository: tools/automation/pi-mobile
Changeset: a705fbd068258df8e01e6cd41e18d613b4d76721
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 22:28:43 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a705fbd068258df8e01e6cd41e18d613b4d76721 [^]

Issue 26771: added CMGa10...
- the cash management needs a pi fix

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucher.java
A src-test/Deprecated/CASa010_PerformACashDepositTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/cash/unstable/CMGa10_CashDeposit.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/cash/CASa010_PerformACashDepositTest.java
---
(0068019)
hgbot (developer)
2014-06-13 23:37

Repository: tools/automation/pi-mobile
Changeset: d29804ac27fbed5f87f99f9226a05c189eccb69d
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 13 23:36:48 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d29804ac27fbed5f87f99f9226a05c189eccb69d [^]

Issue 26771: added EquivalentTicketsSavedCorrectly test
- added getLabel check for button content
- fixed mispelling

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketsAreSavedCorrectlyTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWith3x2Promotion.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreateSale.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/Deprecated/EquivalentTicketsSavedCorrectlyTest.java
A src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/unstable/EquivalentTicketsSavedCorrectly.java
R src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectlyTest.java
---
(0068020)
hgbot (developer)
2014-06-14 00:02

Repository: tools/automation/pi-mobile
Changeset: e4fd294b2ff4ef5435694163192f0d7368f8b988
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 00:02:08 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e4fd294b2ff4ef5435694163192f0d7368f8b988 [^]

Issue 26771: added DuplicatedTicketAreSavedProperly test
- added iteration to EquivalentTicketsSavedCorrectly as it fails sometimes

---
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/unstable/EquivalentTicketsSavedCorrectly.java
A src-test/Deprecated/DuplicatedTicketsAreSavedCorrectlyTest.java
A src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
R src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketsAreSavedCorrectlyTest.java
---
(0068021)
hgbot (developer)
2014-06-14 01:50

Repository: tools/automation/pi-mobile
Changeset: a754f93b204fb36ec736dd0290031b52f90434a8
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 01:50:35 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a754f93b204fb36ec736dd0290031b52f90434a8 [^]

Issue 26771: added SimulatedBussinessDay test
- deactivated the EquivalentTicket... test because its failing
- reduced the trace log
- fixed the retries when the login process fails
- added better error handling
- added special case for the popup buttons
- added a second iteration to the CreateVoucher test
- added finish payment for the CreateWitEAN test
- added Openbravo Copyright info

---
M src-test/Deprecated/CASa010_PerformACashDepositTest.java
M src-test/Deprecated/DISb_DiscountPackTest.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultLoginLogout_Test.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/unstable/EquivalentTicketsSavedCorrectly.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/cash/unstable/CMGa10_CashDeposit.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/returns/RLI0100_ReturnWithReturnLine.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWith3x2Promotion.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWithEAN.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_CreateSaleUsingPercentages.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucher.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/Deprecated/SimulateBusinessDayTest.java
A src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
R src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDayTest.java
---
(0068022)
hgbot (developer)
2014-06-14 02:12

Repository: tools/automation/pi-mobile
Changeset: ba242771d5b9322d0ff33d8be8022f5bf8a6b538
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 02:12:11 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ba242771d5b9322d0ff33d8be8022f5bf8a6b538 [^]

Issue 26771: added TAXa010
- deactivated SimulateBussinessDay. will be reactivated when not in heavy dev

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/general/taxes/TAXa010_Tax21.java
---
(0068023)
hgbot (developer)
2014-06-14 03:00

Repository: tools/automation/pi-mobile
Changeset: 6ead18ba517285d11e6150a1796aba65a65cbb27
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 03:00:31 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6ead18ba517285d11e6150a1796aba65a65cbb27 [^]

Issue 26771: Added LAWa010_CreateLayaway
- properly catched an exception as was intented
- added more log
- reduced the iterations of the DuplicatedTicket... test

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/taxes/TAXa010_Tax21.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturn.java
A src-test/Deprecated/LAWa010_CreateLayawayOrderTest.java
A src-test/org/openbravo/retail/integrationtest/tests/layaway/LAWa010_CreateLayaway.java
R src-test/org/openbravo/retail/integrationtest/tests/layaway/LAWa010_CreateLayawayOrderTest.java
---
(0068024)
hgbot (developer)
2014-06-14 03:19

Repository: tools/automation/pi-mobile
Changeset: 0e6e2bfefff9d9ec5ffff78673b971dbc27fbd20
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 03:19:23 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0e6e2bfefff9d9ec5ffff78673b971dbc27fbd20 [^]

Issue 26771: added CreateSalePayWithCard

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSalePayWithCard.java
---
(0068026)
hgbot (developer)
2014-06-14 12:49

Repository: tools/automation/pi-mobile
Changeset: 8a806a554679909ba8934853fbbd7a4dfa429787
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 12:49:21 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8a806a554679909ba8934853fbbd7a4dfa429787 [^]

Issue 26771: added CashupOnce and CashupTwice tests
- added timeouts to the startSelenium bash

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/cash/unstable/CMGa10_CashDeposit.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
M startSeleniumStandaloneNode.sh
A src-test/Deprecated/CUP010_CashUpClean.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupOnce.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupTwice.java
R src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CUP010_CashUpClean.java
---
(0068027)
hgbot (developer)
2014-06-14 16:39

Repository: tools/automation/pi-mobile
Changeset: 33e9f834475fea44ee6421088066bf841e30789a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 16:39:06 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/33e9f834475fea44ee6421088066bf841e30789a [^]

Issue 26771: added CashupWithSaleAndReturn test
- IdDOM toString() with better info
- verify(,) error gives more info
- renaming

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/TerminalHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupOnce.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupTwice.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/unstable/EquivalentTicketsSavedCorrectly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/taxes/TAXa010_Tax21.java
M src-test/org/openbravo/retail/integrationtest/tests/layaway/LAWa010_CreateLayaway.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/returns/RLI0100_ReturnWithReturnLine.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSalePayWithCard.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWith3x2Promotion.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreateSale.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturn.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_CreateSaleUsingPercentages.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreateSaleWithEdit.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithSaleAndReturn.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucherWithOverpayment.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucher.java
---
(0068031)
hgbot (developer)
2014-06-14 17:34

Repository: tools/automation/pi-mobile
Changeset: 1209c2089d865744dbbe86a819db290c89f0d86f
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 17:34:16 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1209c2089d865744dbbe86a819db290c89f0d86f [^]

Issue 26771: added more tests...
- CreateMulticurrencySale
- CreateMulticurrencySaleWithPrecissionCheck.class
- CashupMulticurrencyPrecissionCheck.class

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithSaleAndReturn.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupMulticurrencyPrecissionCheck.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySale.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySaleWithPrecissionCheck.java
---
(0068032)
hgbot (developer)
2014-06-14 20:31

Repository: tools/automation/pi-mobile
Changeset: d2f87a65d681b4dcbb36cecc06cf3dbefc6ad3c9
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Jun 14 20:31:14 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d2f87a65d681b4dcbb36cecc06cf3dbefc6ad3c9 [^]

Issue 26771: more changes to deal with login errors...
- reactivated the simulateBussinessDay test
- reduced the timeout after a tap. will be completly removed after some testing
- added an special case to handle with the popup
- added a timeout after a cashup
- renaming
- added a bash to start the selenium-server with infinite timeout

---
M src-test/Deprecated/DuplicatedTicketsAreSavedCorrectlyTest.java
M src-test/Deprecated/EquivalentTicketsSavedCorrectlyTest.java
M src-test/Deprecated/LAWa010_CreateLayawayOrderTest.java
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GCA0300_SellGiftCardTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GVO0300_SellingGiftVoucherTest.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSMenu.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarLeft.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarRight.java
M src-test/org/openbravo/retail/integrationtest/ui/pages/MainPage.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSBrowseTab.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSOrderTab.java
A startSeleniumStandaloneNodeWithoutTimeouts.sh
---
(0068034)
hgbot (developer)
2014-06-15 08:26

Repository: tools/automation/pi-mobile
Changeset: 9b9897d53452cbb070a66947b8ee242cfbe237a4
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 08:26:19 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9b9897d53452cbb070a66947b8ee242cfbe237a4 [^]

Issue 26771: fix alert showing after the check

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
---
(0068035)
hgbot (developer)
2014-06-15 09:44

Repository: tools/automation/pi-mobile
Changeset: 16ee9a7c17809d91700467ddff2e11dbea1d87d5
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 09:44:19 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/16ee9a7c17809d91700467ddff2e11dbea1d87d5 [^]

Issue 26771: longer retry iterations...
- renamings
- lower alert wait
- better log info
- more info to standard log

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreateSale.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultLoginLogout.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithWrongCredentials.java
R src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultLoginLogout_Test.java
R src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithWrongCredentialsTest.java
---
(0068036)
hgbot (developer)
2014-06-15 09:47

Repository: tools/automation/pi-mobile
Changeset: 95d2792aa4472dca8f714bc3abadb8cdbc5a8b8f
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 09:47:21 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/95d2792aa4472dca8f714bc3abadb8cdbc5a8b8f [^]

Issue 26771: SimulateBusinessDay generates only one screeshot

---
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
---
(0068037)
hgbot (developer)
2014-06-15 13:39

Repository: tools/automation/pi-mobile
Changeset: 49ac6c133225c42251fd187fcdc8de6f1518552d
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 13:38:58 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/49ac6c133225c42251fd187fcdc8de6f1518552d [^]

Issue 26771: failed screenshots create a text file...
- restored the undefined check for enyoObject
- a bit of refactoring
- end test info will also be shown in debug mode
- better format for the time elapsed

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068038)
hgbot (developer)
2014-06-15 13:42

Repository: tools/automation/pi-mobile
Changeset: d457d6b41504360cd5403c37a885bf39255a7fc1
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 13:42:35 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d457d6b41504360cd5403c37a885bf39255a7fc1 [^]

Issue 26771: the verifying info is shown per poll

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
---
(0068039)
hgbot (developer)
2014-06-15 14:32

Repository: tools/automation/pi-mobile
Changeset: 91c135b2c03cedac94505dc3787e57b0efd3e3fa
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 14:31:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/91c135b2c03cedac94505dc3787e57b0efd3e3fa [^]

Issue 26771: fixed a bug in the Wait loop...
- added EquivalentTicketsSavedCorrectly back to the suite
- added more log
- corrected misspelling
- privated undesirabled public methods in enyoNode

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectly.java
R src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/unstable/EquivalentTicketsSavedCorrectly.java
---
(0068040)
hgbot (developer)
2014-06-15 15:42

Repository: tools/automation/pi-mobile
Changeset: 1559b2dcbfa161d98a9714cdebf8268a7a8685df
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 15:42:42 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1559b2dcbfa161d98a9714cdebf8268a7a8685df [^]

Issue 26771: added log error and screenshot if the javascript fails...
- added executeExtension to EnyoNode

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectly.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068041)
hgbot (developer)
2014-06-15 16:27

Repository: tools/automation/pi-mobile
Changeset: 19a9c4bb0612757cbd76b997738644ec88f709bf
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 16:27:27 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/19a9c4bb0612757cbd76b997738644ec88f709bf [^]

Issue 26771: added test-type flag...
- changed log messages
- remove hour from elapsed

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectly.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068042)
hgbot (developer)
2014-06-15 16:56

Repository: tools/automation/pi-mobile
Changeset: cfbbf8df001d6ddcb58bd75ec95b927e9e9b876a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 16:56:45 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/cfbbf8df001d6ddcb58bd75ec95b927e9e9b876a [^]

Issue 26771: added selenium driver open and close to the log
- beter log elapsed time for not founds enyo ids

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068043)
hgbot (developer)
2014-06-15 17:21

Repository: tools/automation/pi-mobile
Changeset: acf2d486bf022edadb9ab5585e1cf0996cf75db8
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Jun 15 17:20:56 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/acf2d486bf022edadb9ab5585e1cf0996cf75db8 [^]

Issue 26771: added 2 more tests...
- CashupWithOverpayment
- CreateSaleWithChange

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithOverpayment.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWithChange.java
---
(0068050)
hgbot (developer)
2014-06-16 10:45

Repository: tools/automation/pi-mobile
Changeset: 2ed5c254fc886cdb9ec48eff340550a73fb009df
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Jun 16 10:44:56 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2ed5c254fc886cdb9ec48eff340550a73fb009df [^]

Issue 26771: added more tests...
- CreateSaleVerifyingFieldsI
- CreateSaleVerifyingFieldsII
- renaming

---
M src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupMulticurrencyPrecissionCheck.java
M src-test/org/openbravo/retail/integrationtest/tests/general/taxes/TAXa010_Tax21.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySale.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySaleWithPrecissionCheck.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_CreateSaleUsingPercentages.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashmanagement/unstable/CMGa10_CashManagementDeposit.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleVerifyingFieldsI.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleVerifyingFieldsII.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/cash/unstable/CMGa10_CashDeposit.java
---
(0068051)
hgbot (developer)
2014-06-16 10:49

Repository: tools/automation/pi-mobile
Changeset: e7e3c1bdc6e8883ed8c7d10d8cf76b3c914fce08
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Jun 16 10:48:42 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e7e3c1bdc6e8883ed8c7d10d8cf76b3c914fce08 [^]

Issue 26771: added test to the suite

---
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
---
(0068057)
hgbot (developer)
2014-06-16 14:35

Repository: tools/automation/pi-mobile
Changeset: e8e81c9ea1922479b371a0f1852ed8047996455c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Jun 16 14:35:16 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e8e81c9ea1922479b371a0f1852ed8047996455c [^]

Issue 26771: fixed a bug in the login process overrider...
- added some constants to simulate fails
- fixed the wait algorithm

---
M src-test/Deprecated/CASa010_PerformACashDepositTest.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/common/Wait.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068078)
hgbot (developer)
2014-06-16 21:09

Repository: tools/automation/pi-mobile
Changeset: 2e50d9b8c4e2c86601a7925876eb216601ff125d
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Jun 16 21:07:48 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2e50d9b8c4e2c86601a7925876eb216601ff125d [^]

Issue 26771: added after tap pause

---
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068079)
hgbot (developer)
2014-06-16 22:10

Repository: tools/automation/pi-mobile
Changeset: a96b8d1e7473ef4dd46acd16da67a348fe7a4d31
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Jun 16 22:10:24 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a96b8d1e7473ef4dd46acd16da67a348fe7a4d31 [^]

Issue 26771: changed after tap to impossible for human

---
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068092)
hgbot (developer)
2014-06-17 11:58

Repository: tools/automation/pi-mobile
Changeset: 32c1c9c148377d289223bf8eede089d72416263b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 11:58:16 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/32c1c9c148377d289223bf8eede089d72416263b [^]

Issue 26771: restored the 200 after tap pause
- setting provoked to 0
- spell fixes

---
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithWrongCredentials.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/AHundredWebpageLoads.java
---
(0068093)
hgbot (developer)
2014-06-17 12:13

Repository: tools/automation/pi-mobile
Changeset: 7a462781fd156df22e1462d4c68e44a024723573
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 12:13:05 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7a462781fd156df22e1462d4c68e44a024723573 [^]

Issue 26771: special tests for Oracle

---
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/AHundredWebpageLoads.java
---
(0068096)
hgbot (developer)
2014-06-17 13:13

Repository: tools/automation/pi-mobile
Changeset: dc1b11369b7d5989e7338e0cf2ae2205a7ec7be0
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 13:12:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/dc1b11369b7d5989e7338e0cf2ae2205a7ec7be0 [^]

Issue 26771: reactivate the standard tests

---
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
---
(0068102)
hgbot (developer)
2014-06-17 20:18

Repository: tools/automation/pi-mobile
Changeset: 2f387ac46a56d693ebd43169831f1285b9090986
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 20:17:43 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2f387ac46a56d693ebd43169831f1285b9090986 [^]

Issue 26771: even higher pause after tap

---
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068103)
hgbot (developer)
2014-06-17 20:39

Repository: tools/automation/pi-mobile
Changeset: 9a48c37cb0f74122dceadf53eb33d8f4780a59ab
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 20:39:21 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9a48c37cb0f74122dceadf53eb33d8f4780a59ab [^]

Issue 26771: deactivated CashupWithSaleAndReturn...
and restored after tap pause

---
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
---
(0068104)
hgbot (developer)
2014-06-17 20:58

Repository: tools/automation/pi-mobile
Changeset: 4959a6e6b463318ff599328db636466d5617711a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 20:57:53 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4959a6e6b463318ff599328db636466d5617711a [^]

Issue 26771: deactivated all cashup tests

---
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
---
(0068105)
hgbot (developer)
2014-06-17 21:11

Repository: tools/automation/pi-mobile
Changeset: c761254774889486356cd58c22d80a15c66f7a65
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 21:10:57 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c761254774889486356cd58c22d80a15c66f7a65 [^]

Issue 26771: deactivated SimulateBusinessDay

---
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
---
(0068106)
hgbot (developer)
2014-06-17 21:36

Repository: tools/automation/pi-mobile
Changeset: 98bccab16b1f811a62b26cd11aa04f732deb070b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Jun 17 21:35:55 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/98bccab16b1f811a62b26cd11aa04f732deb070b [^]

Issue 26771: added end of line

---
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
---
(0068109)
hgbot (developer)
2014-06-18 03:29

Repository: tools/automation/pi-mobile
Changeset: 66dc9c64662b8c03d5468b0991876e699f1abe5a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Jun 18 03:29:06 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/66dc9c64662b8c03d5468b0991876e699f1abe5a [^]

Issue 26771: added RetailGeneralCashupSuite...
- removed the timeout after a confirmation popup
- removed the after tap pause while debugging

---
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashup/RetailGeneralCashupSuite.java
---
(0068153)
hgbot (developer)
2014-06-19 10:36

Repository: tools/automation/pi-mobile
Changeset: 572134a4c603a9523d04cb67fa049af1ee3e863a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 10:35:56 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/572134a4c603a9523d04cb67fa049af1ee3e863a [^]

Issue 26771: added secure terminal support...
- added a basic terminal secure mode test
- renamed IdDOM to IdTest
- created a support class for updating into the database
- the TerminalHelper has been divided into 2 classes, more divisions will come

---
M src-test/Deprecated/CUP010_CashUpClean.java
M src-test/Deprecated/DuplicatedTicketsAreSavedCorrectlyTest.java
M src-test/Deprecated/EquivalentTicketsSavedCorrectlyTest.java
M src-test/Deprecated/LAWa010_CreateLayawayOrderTest.java
M src-test/org/openbravo/retail/integrationtest/common/OpenbravoERPTest.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashmanagement/unstable/CMGa10_CashManagementDeposit.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupMulticurrencyPrecissionCheck.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupOnce.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupTwice.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithOverpayment.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithSaleAndReturn.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultLoginLogout.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginWithWrongCredentials.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectly.java
M src-test/org/openbravo/retail/integrationtest/tests/general/taxes/TAXa010_Tax21.java
M src-test/org/openbravo/retail/integrationtest/tests/layaway/LAWa010_CreateLayaway.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GCA0300_SellGiftCardTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GVO0300_SellingGiftVoucherTest.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/returns/RLI0100_ReturnWithReturnLine.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySale.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySaleWithPrecissionCheck.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSalePayWithCard.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleVerifyingFieldsI.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleVerifyingFieldsII.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWith3x2Promotion.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWithChange.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWithEAN.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreateSale.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturn.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_CreateSaleUsingPercentages.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreateSaleWithEdit.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucherWithOverpayment.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSMenu.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarLeft.java
M src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarRight.java
M src-test/org/openbravo/retail/integrationtest/ui/pages/MainPage.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSBrowseTab.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSOrderTab.java
A src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperSelect.java
A src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperUpdate.java
A src-test/org/openbravo/retail/integrationtest/common/IdTest.java
A src-test/org/openbravo/retail/integrationtest/common/terminals/TerminalNonSecureHelper.java
A src-test/org/openbravo/retail/integrationtest/common/terminals/TerminalSecureHelper.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultSecureTerminal.java
R src-test/org/openbravo/retail/integrationtest/common/DatabaseHelper.java
R src-test/org/openbravo/retail/integrationtest/common/IdDOM.java
R src-test/org/openbravo/retail/integrationtest/common/TerminalHelper.java
---
(0068159)
hgbot (developer)
2014-06-19 12:12

Repository: tools/automation/pi-mobile
Changeset: 6bbcb4ab49fdb1a7f9468d28833f83206d7b2e59
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 12:12:42 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6bbcb4ab49fdb1a7f9468d28833f83206d7b2e59 [^]

Issue 26771: better messages for database errors
- relocated the writeErrorFile() method

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperSelect.java
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperUpdate.java
M src-test/org/openbravo/retail/integrationtest/common/SeleniumHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
---
(0068161)
hgbot (developer)
2014-06-19 12:48

Repository: tools/automation/pi-mobile
Changeset: 81c6335774048b4a0af58eb9b535878dca7c8b3a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 12:47:50 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/81c6335774048b4a0af58eb9b535878dca7c8b3a [^]

Issue 26771: removed ResultSet interferences from DatabaseHelperUpdate

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperUpdate.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
---
(0068163)
hgbot (developer)
2014-06-19 13:56

Repository: tools/automation/pi-mobile
Changeset: 0969428abb0f002d8e5cc25c6b5169056e3fd563
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 13:55:42 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0969428abb0f002d8e5cc25c6b5169056e3fd563 [^]

Issue 26771: added bash for x32

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
A lib/chromedriver_x32
A x32_startSeleniumStandaloneNode.sh
A x32_startSeleniumStandaloneNodeWithoutTimeouts.sh
---
(0068166)
hgbot (developer)
2014-06-19 14:45

Repository: tools/automation/pi-mobile
Changeset: 26b43b05800f9932541bc74ce6adccc5370f5d62
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 14:45:22 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/26b43b05800f9932541bc74ce6adccc5370f5d62 [^]

Issue 26771: Show the error message if Openbravo generated

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperSelect.java
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperUpdate.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
---
(0068169)
hgbot (developer)
2014-06-19 15:07

Repository: tools/automation/pi-mobile
Changeset: 5699268540126f798e9e490c4aa984be8fcf503b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 15:06:47 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5699268540126f798e9e490c4aa984be8fcf503b [^]

Issue 26771: added also the OB error message to the test error log

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperSelect.java
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperUpdate.java
---
(0068170)
hgbot (developer)
2014-06-19 15:09

Repository: tools/automation/pi-mobile
Changeset: d05dd5642a265a5be83bbd1d9f865ae3e2b63813
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 15:09:39 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d05dd5642a265a5be83bbd1d9f865ae3e2b63813 [^]

Issue 26771: better implemented OB error message to the test error log

---
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperSelect.java
M src-test/org/openbravo/retail/integrationtest/common/DatabaseHelperUpdate.java
---
(0068179)
hgbot (developer)
2014-06-19 17:57

Repository: tools/automation/pi-mobile
Changeset: 25733d286430c1ee66000e47b93eb89d152005bb
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 17:57:18 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/25733d286430c1ee66000e47b93eb89d152005bb [^]

Issue 26771: changed sqls to manage secure terminal status
- added a test for the 26806 issue

---
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/AHundredWebpageLoads.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultSecureTerminalLogin.java
A src-test/org/openbravo/retail/integrationtest/tests/issues/i26806_CashupTotalNotShownInStep2.java
R src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultSecureTerminal.java
---
(0068181)
hgbot (developer)
2014-06-19 18:25

Repository: tools/automation/pi-mobile
Changeset: 37547d6a3825944c0a3ccccd7e729a3c36b855b4
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 18:25:02 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/37547d6a3825944c0a3ccccd7e729a3c36b855b4 [^]

Issue 26771: fixed secure terminal sql

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/DefaultSecureTerminalLogin.java
---
(0068182)
hgbot (developer)
2014-06-19 18:33

Repository: tools/automation/pi-mobile
Changeset: 302e623995e3ee58471e9bd0ff64fdb524d61eea
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 18:33:43 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/302e623995e3ee58471e9bd0ff64fdb524d61eea [^]

Issue 26771: There was already a IdTest for the popup 'ok' button

---
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/TerminalAuthConfChange.java
---
(0068184)
hgbot (developer)
2014-06-19 19:53

Repository: tools/automation/pi-mobile
Changeset: 1e6cd290af081ec3e1d323afa2fdaa0ef14de71c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 19:53:33 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1e6cd290af081ec3e1d323afa2fdaa0ef14de71c [^]

Issue 26771: added the CreateLayaway test

---
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateLayaway.java
---
(0068185)
hgbot (developer)
2014-06-19 19:54

Repository: tools/automation/pi-mobile
Changeset: 29f77329b6932573a35f6b7c74ffc7a6ad17e964
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 19:54:08 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/29f77329b6932573a35f6b7c74ffc7a6ad17e964 [^]

Issue 26771: changed waitforurl pause

---
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
---
(0068186)
hgbot (developer)
2014-06-19 20:00

Repository: tools/automation/pi-mobile
Changeset: 02398a3a733dfe995ec81a29c575e5bfe9631472
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 20:00:29 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/02398a3a733dfe995ec81a29c575e5bfe9631472 [^]

Issue 26771: deactivated secure terminal functionality and tests
- activated second layaway test
- renamed second layaway test

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateLayawayII.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateLayaway.java
---
(0068194)
hgbot (developer)
2014-06-19 23:20

Repository: tools/automation/pi-mobile
Changeset: 3e306c965970a1a7518edf37089293cadf5edb9b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 23:20:17 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3e306c965970a1a7518edf37089293cadf5edb9b [^]

Issue 26771: finished the i26806 issue test
- fixed the CashupWithOverpayment total deposit amount

---
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithOverpayment.java
M src-test/org/openbravo/retail/integrationtest/tests/issues/RetailIssuesTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/issues/i26806_CashupTotalNotShownInStep2.java
---
(0068195)
hgbot (developer)
2014-06-19 23:28

Repository: tools/automation/pi-mobile
Changeset: f293f4e9b65716ff9581d81bc845b3831d059c77
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 19 23:27:54 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f293f4e9b65716ff9581d81bc845b3831d059c77 [^]

Issue 26771: added link to the i26806 test

---
M src-test/org/openbravo/retail/integrationtest/tests/issues/i26806_CashupTotalNotShownInStep2.java
---
(0068199)
hgbot (developer)
2014-06-20 01:36

Repository: tools/automation/pi-mobile
Changeset: 1386ec0d570775d2cf9b789d0e8c8b8c12bdd2ee
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 20 01:36:31 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1386ec0d570775d2cf9b789d0e8c8b8c12bdd2ee [^]

Issue 26771: added the CMGa10_CashManagementDeposit test

---
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/general/cashmanagement/CMGa10_CashManagementDeposit.java
R src-test/org/openbravo/retail/integrationtest/tests/general/cashmanagement/unstable/CMGa10_CashManagementDeposit.java
---
(0068202)
hgbot (developer)
2014-06-20 08:18

Repository: tools/automation/pi-mobile
Changeset: e271dffd5e96cbfa4332ed0760088498fa876d3a
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 20 08:18:21 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e271dffd5e96cbfa4332ed0760088498fa876d3a [^]

Issue 26771: activated the OracleSuite to check login errors...
- lowered the number of loginerror retries

---
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/OracleLoginIssueTestSuite.java
---
(0068209)
hgbot (developer)
2014-06-20 10:02

Repository: tools/automation/pi-mobile
Changeset: b69a30c886f414690d758b6e32b7a7e53bee908b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 20 10:02:22 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b69a30c886f414690d758b6e32b7a7e53bee908b [^]

Issue 26771: testing the sqls for the secure terminal

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/OracleLoginIssueTestSuite.java
---
(0068212)
hgbot (developer)
2014-06-20 10:21

Repository: tools/automation/pi-mobile
Changeset: 0b86931c7566ff61d4d9dba057ba03e36ad3b37f
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 20 10:21:24 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0b86931c7566ff61d4d9dba057ba03e36ad3b37f [^]

Issue 26771: higher chances to login
- deactivated the i26896 as the build is not pulling from mercurial

---
M src-test/org/openbravo/retail/integrationtest/common/TestConstants.java
M src-test/org/openbravo/retail/integrationtest/tests/OracleLoginIssueTestSuite.java
---
(0068300)
hgbot (developer)
2014-06-25 08:26

Repository: tools/automation/pi-mobile
Changeset: 84c96e395882d247647d8ba0f4aaee4602d2e272
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Jun 25 08:26:11 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/84c96e395882d247647d8ba0f4aaee4602d2e272 [^]

Issue 26771: Added memory info to failing tests

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/common/TestUtils.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/partners/CheersStress.java
---
(0068321)
hgbot (developer)
2014-06-25 20:32

Repository: tools/automation/pi-mobile
Changeset: 27e56ff36704d7d7b52ac208281499dabb0e2489
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Jun 25 20:32:35 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/27e56ff36704d7d7b52ac208281499dabb0e2489 [^]

Issue 26771: several changes:
- the test logic now 'sees' the categories and products and check their content
- added new tests to check the sampledata
- more suites addeded
- after tap pause lowered again
- refactors

---
M .hgignore
M src-test/org/openbravo/retail/integrationtest/common/EnyoKind.java
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
M src-test/org/openbravo/retail/integrationtest/tests/RetailTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/businessday/SimulateBusinessDay.java
M src-test/org/openbravo/retail/integrationtest/tests/general/RetailGeneralTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupMulticurrencyPrecissionCheck.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithOverpayment.java
M src-test/org/openbravo/retail/integrationtest/tests/general/cashup/CashupWithSaleAndReturn.java
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/SecureTerminalConfChange.java
M src-test/org/openbravo/retail/integrationtest/tests/general/taxes/TAXa010_Tax21.java
M src-test/org/openbravo/retail/integrationtest/tests/issues/RetailIssuesTestSuite.java
M src-test/org/openbravo/retail/integrationtest/tests/issues/i26806_CashupTotalNotShownInStep2.java
M src-test/org/openbravo/retail/integrationtest/tests/layaway/LAWa010_CreateLayaway.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/partners/CheersStress.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/returns/RLI0100_ReturnWithReturnLine.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateLayawayII.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySale.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateMulticurrencySaleWithPrecissionCheck.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSalePayWithCard.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleVerifyingFieldsI.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleVerifyingFieldsII.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWith3x2Promotion.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/CreateSaleWithChange.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa010_CreateSale.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa020_CreateReturn.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALa090_CreateSaleUsingPercentages.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb010_CreateSaleWithEdit.java
M src-test/org/openbravo/retail/integrationtest/tests/smoke/sales/SALb020_CreateVoucherWithOverpayment.java
M src-test/org/openbravo/retail/integrationtest/ui/base/EnyoNode.java
M src-test/org/openbravo/retail/integrationtest/ui/tabs/POSBrowseTab.java
A src-test/org/openbravo/retail/integrationtest/tests/FailingTest.java
A src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginoutTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/general/sampledata/FastChangeBetweenCategoriesAndProducts.java
A src-test/org/openbravo/retail/integrationtest/tests/general/sampledata/SampleDataAddRandomProducts.java
A src-test/org/openbravo/retail/integrationtest/tests/general/sampledata/SampleDataTestSuite.java
A src-test/org/openbravo/retail/integrationtest/tests/general/sampledata/SampleDataVerifyPrice.java
A src-test/org/openbravo/retail/integrationtest/tests/issues/DuplicatedTicketAreSavedProperly.java
A src-test/org/openbravo/retail/integrationtest/tests/issues/EquivalentTicketsSavedCorrectly.java
R src-test/org/openbravo/retail/integrationtest/tests/FastChangeBetweenCategoriesAndProducts.java
R src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/DuplicatedTicketAreSavedProperly.java
R src-test/org/openbravo/retail/integrationtest/tests/general/losttickets/EquivalentTicketsSavedCorrectly.java
---
(0068365)
hgbot (developer)
2014-06-26 17:03

Repository: tools/automation/pi-mobile
Changeset: d578433b5b665c50c32de6be7eaf0069378a6094
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 26 17:03:14 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d578433b5b665c50c32de6be7eaf0069378a6094 [^]

Fixed Issue 26771: login errors bypassed the fail-safe logic

---
M src-test/org/openbravo/retail/integrationtest/common/TestHelper.java
---
(0068374)
hgbot (developer)
2014-06-26 19:01

Repository: tools/automation/pi-mobile
Changeset: 8fc296ea457b103b4ce2922340e2cc7b06fa89a7
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 26 19:01:33 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8fc296ea457b103b4ce2922340e2cc7b06fa89a7 [^]

Related to issue 26771: removed deprecated classes

---
M src-test/org/openbravo/retail/integrationtest/util/ConfigurationProperties.java
M src-test/org/openbravo/retail/unittest/SomeJavascriptAsyncExample.java
A src-test/org/openbravo/retail/integrationtest/tests/general/user/AssignOtherCustomer.java
A src-test/org/openbravo/retail/integrationtest/tests/general/user/ChangeUserAddress.java
A src-test/org/openbravo/retail/integrationtest/tests/pending/GCA0300_SellGiftCardTest.java
A src-test/org/openbravo/retail/integrationtest/tests/pending/GCA0300_SellGiftCardTest.sql
A src-test/org/openbravo/retail/integrationtest/tests/pending/GVO0300_SellingGiftVoucherTest.java
A src-test/org/openbravo/retail/integrationtest/tests/pending/GVO0300_SellingGiftVoucherTest.sql
A src-test/org/openbravo/retail/integrationtest/tests/pending/POSb010_ChangeUserRoleTest.java
A src-test/org/openbravo/retail/integrationtest/tests/pending/POSb020_ChangeUserLanguageTest.java
R src-test/Deprecated/CASa010_PerformACashDepositTest.java
R src-test/Deprecated/CUP010_CashUpClean.java
R src-test/Deprecated/DISb_DiscountPackTest.java
R src-test/Deprecated/DuplicatedTicketsAreSavedCorrectlyTest.java
R src-test/Deprecated/EquivalentTicketsSavedCorrectlyTest.java
R src-test/Deprecated/LAWa010_CreateLayawayOrderTest.java
R src-test/Deprecated/OpenbravoERPTest.java
R src-test/Deprecated/RLI0100_ReturnWithReturnLineTest.java
R src-test/Deprecated/SALa020_CreateReturnOrderTest.java
R src-test/Deprecated/SALa090_AddPaymentUsingPercentagesTest.java
R src-test/Deprecated/SALb010_CreatePOSOrderTest.java
R src-test/Deprecated/SALb020_CreatePOSOrderTest.java
R src-test/Deprecated/SeleniumSingleton.java
R src-test/Deprecated/SimulateBusinessDayTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GCA0300_SellGiftCardTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GCA0300_SellGiftCardTest.sql
R src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GVO0300_SellingGiftVoucherTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/giftcard/GVO0300_SellingGiftVoucherTest.sql
R src-test/org/openbravo/retail/integrationtest/tests/smoke/posmanagement/POSb010_ChangeUserRoleTest.java
R src-test/org/openbravo/retail/integrationtest/tests/smoke/posmanagement/POSb020_ChangeUserLanguageTest.java
R src-test/org/openbravo/retail/integrationtest/ui/base/EnyoObject.java
R src-test/org/openbravo/retail/integrationtest/ui/base/ob-testregistry.js
R src-test/org/openbravo/retail/integrationtest/ui/components/KindButton.java
R src-test/org/openbravo/retail/integrationtest/ui/components/KindScrollableTable.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSComboInput.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSLabel.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSMenu.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSOpenTabButton.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSTextInput.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarLeft.java
R src-test/org/openbravo/retail/integrationtest/ui/components/POSToolbarRight.java
R src-test/org/openbravo/retail/integrationtest/ui/keyboard/POSKeyboardButton.java
R src-test/org/openbravo/retail/integrationtest/ui/keyboard/POSKeyboardCoinButton.java
R src-test/org/openbravo/retail/integrationtest/ui/keyboard/POSKeyboardHandler.java
R src-test/org/openbravo/retail/integrationtest/ui/keyboard/POSKeyboardPaymentMethodButton.java
R src-test/org/openbravo/retail/integrationtest/ui/pages/CashManagementPage.java
R src-test/org/openbravo/retail/integrationtest/ui/pages/CashupPage.java
R src-test/org/openbravo/retail/integrationtest/ui/pages/LoginPage.java
R src-test/org/openbravo/retail/integrationtest/ui/pages/MainPage.java
R src-test/org/openbravo/retail/integrationtest/ui/pages/Page.java
R src-test/org/openbravo/retail/integrationtest/ui/popups/POSConfirmationPopup.java
R src-test/org/openbravo/retail/integrationtest/ui/popups/POSLinePropertiesModal.java
R src-test/org/openbravo/retail/integrationtest/ui/popups/POSUserProfile.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSBrowseTab.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSEditTab.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSOrderTab.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSPaymentTab.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSRightTab.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSScanTab.java
R src-test/org/openbravo/retail/integrationtest/ui/tabs/POSSearchTab.java
---
(0068375)
hgbot (developer)
2014-06-26 19:04

Repository: tools/automation/pi-mobile
Changeset: aa12996676cd7327db69da26732593a7fffead54
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 26 19:04:29 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/aa12996676cd7327db69da26732593a7fffead54 [^]

Related to issue 26771: deactivated SecureTerminalConfChange until login...
issues have been fixed

---
M src-test/org/openbravo/retail/integrationtest/tests/general/loginout/LoginoutTestSuite.java
---
(0068376)
hgbot (developer)
2014-06-26 19:58

Repository: tools/automation/pi-mobile
Changeset: 6957512b57d380cc95bfc13d62514799f0dc1255
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jun 26 19:58:04 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6957512b57d380cc95bfc13d62514799f0dc1255 [^]

Related to issue 26771: missing file changes to IdTest

---
M src-test/org/openbravo/retail/integrationtest/common/IdTest.java
---

- Issue History
Date Modified Username Field Change
2014-06-03 14:26 Orekaria New Issue
2014-06-03 14:26 Orekaria Assigned To => Orekaria
2014-06-03 14:26 Orekaria Triggers an Emergency Pack => No
2014-06-03 18:27 Orekaria Summary TestCases work in progress => TestCases. Work in progress
2014-06-03 18:27 Orekaria Description Updated View Revisions
2014-06-05 17:35 hgbot Checkin
2014-06-05 17:35 hgbot Note Added: 0067786
2014-06-05 18:24 hgbot Checkin
2014-06-05 18:24 hgbot Note Added: 0067787
2014-06-05 18:24 hgbot Status new => resolved
2014-06-05 18:24 hgbot Resolution open => fixed
2014-06-05 18:24 hgbot Fixed in SCM revision => http://code.openbravo.com/tools/automation/pi-mobile/rev/47460b596fc2f00ab04de25baf62922dc18c75be [^]
2014-06-05 18:37 hgbot Checkin
2014-06-05 18:37 hgbot Note Added: 0067789
2014-06-05 18:49 hgbot Checkin
2014-06-05 18:49 hgbot Note Added: 0067790
2014-06-06 09:59 hgbot Checkin
2014-06-06 09:59 hgbot Note Added: 0067801
2014-06-06 11:10 hgbot Checkin
2014-06-06 11:10 hgbot Note Added: 0067803
2014-06-06 12:11 hgbot Checkin
2014-06-06 12:11 hgbot Note Added: 0067804
2014-06-06 12:43 hgbot Checkin
2014-06-06 12:43 hgbot Note Added: 0067805
2014-06-06 13:16 hgbot Checkin
2014-06-06 13:16 hgbot Note Added: 0067807
2014-06-06 15:25 hgbot Checkin
2014-06-06 15:25 hgbot Note Added: 0067810
2014-06-06 16:14 hgbot Checkin
2014-06-06 16:14 hgbot Note Added: 0067811
2014-06-10 15:16 hgbot Checkin
2014-06-10 15:16 hgbot Note Added: 0067847
2014-06-11 09:17 hgbot Checkin
2014-06-11 09:17 hgbot Note Added: 0067893
2014-06-12 11:51 hgbot Checkin
2014-06-12 11:51 hgbot Note Added: 0067941
2014-06-12 14:28 hgbot Checkin
2014-06-12 14:28 hgbot Note Added: 0067949
2014-06-12 18:22 hgbot Checkin
2014-06-12 18:22 hgbot Note Added: 0067962
2014-06-13 11:29 hgbot Checkin
2014-06-13 11:29 hgbot Note Added: 0067986
2014-06-13 12:18 hgbot Checkin
2014-06-13 12:18 hgbot Note Added: 0067990
2014-06-13 12:19 hgbot Checkin
2014-06-13 12:19 hgbot Note Added: 0067991
2014-06-13 12:37 hgbot Checkin
2014-06-13 12:37 hgbot Note Added: 0067993
2014-06-13 13:02 hgbot Checkin
2014-06-13 13:02 hgbot Note Added: 0067998
2014-06-13 13:20 hgbot Checkin
2014-06-13 13:20 hgbot Note Added: 0068003
2014-06-13 13:32 hgbot Checkin
2014-06-13 13:32 hgbot Note Added: 0068005
2014-06-13 13:47 hgbot Checkin
2014-06-13 13:47 hgbot Note Added: 0068006
2014-06-13 15:24 hgbot Checkin
2014-06-13 15:24 hgbot Note Added: 0068007
2014-06-13 19:32 hgbot Checkin
2014-06-13 19:32 hgbot Note Added: 0068011
2014-06-13 19:45 hgbot Checkin
2014-06-13 19:45 hgbot Note Added: 0068012
2014-06-13 21:07 hgbot Checkin
2014-06-13 21:07 hgbot Note Added: 0068013
2014-06-13 21:26 hgbot Checkin
2014-06-13 21:26 hgbot Note Added: 0068014
2014-06-13 21:29 hgbot Checkin
2014-06-13 21:29 hgbot Note Added: 0068015
2014-06-13 22:28 hgbot Checkin
2014-06-13 22:28 hgbot Note Added: 0068018
2014-06-13 23:37 hgbot Checkin
2014-06-13 23:37 hgbot Note Added: 0068019
2014-06-14 00:02 hgbot Checkin
2014-06-14 00:02 hgbot Note Added: 0068020
2014-06-14 01:50 hgbot Checkin
2014-06-14 01:50 hgbot Note Added: 0068021
2014-06-14 02:12 hgbot Checkin
2014-06-14 02:12 hgbot Note Added: 0068022
2014-06-14 03:00 hgbot Checkin
2014-06-14 03:00 hgbot Note Added: 0068023
2014-06-14 03:19 hgbot Checkin
2014-06-14 03:19 hgbot Note Added: 0068024
2014-06-14 12:49 hgbot Checkin
2014-06-14 12:49 hgbot Note Added: 0068026
2014-06-14 16:39 hgbot Checkin
2014-06-14 16:39 hgbot Note Added: 0068027
2014-06-14 17:34 hgbot Checkin
2014-06-14 17:34 hgbot Note Added: 0068031
2014-06-14 20:31 hgbot Checkin
2014-06-14 20:31 hgbot Note Added: 0068032
2014-06-15 08:26 hgbot Checkin
2014-06-15 08:26 hgbot Note Added: 0068034
2014-06-15 09:44 hgbot Checkin
2014-06-15 09:44 hgbot Note Added: 0068035
2014-06-15 09:47 hgbot Checkin
2014-06-15 09:47 hgbot Note Added: 0068036
2014-06-15 13:39 hgbot Checkin
2014-06-15 13:39 hgbot Note Added: 0068037
2014-06-15 13:42 hgbot Checkin
2014-06-15 13:42 hgbot Note Added: 0068038
2014-06-15 14:32 hgbot Checkin
2014-06-15 14:32 hgbot Note Added: 0068039
2014-06-15 15:42 hgbot Checkin
2014-06-15 15:42 hgbot Note Added: 0068040
2014-06-15 16:27 hgbot Checkin
2014-06-15 16:27 hgbot Note Added: 0068041
2014-06-15 16:56 hgbot Checkin
2014-06-15 16:56 hgbot Note Added: 0068042
2014-06-15 17:21 hgbot Checkin
2014-06-15 17:21 hgbot Note Added: 0068043
2014-06-16 10:45 hgbot Checkin
2014-06-16 10:45 hgbot Note Added: 0068050
2014-06-16 10:49 hgbot Checkin
2014-06-16 10:49 hgbot Note Added: 0068051
2014-06-16 14:35 hgbot Checkin
2014-06-16 14:35 hgbot Note Added: 0068057
2014-06-16 21:09 hgbot Checkin
2014-06-16 21:09 hgbot Note Added: 0068078
2014-06-16 22:10 hgbot Checkin
2014-06-16 22:10 hgbot Note Added: 0068079
2014-06-17 11:58 hgbot Checkin
2014-06-17 11:58 hgbot Note Added: 0068092
2014-06-17 12:13 hgbot Checkin
2014-06-17 12:13 hgbot Note Added: 0068093
2014-06-17 13:13 hgbot Checkin
2014-06-17 13:13 hgbot Note Added: 0068096
2014-06-17 20:18 hgbot Checkin
2014-06-17 20:18 hgbot Note Added: 0068102
2014-06-17 20:39 hgbot Checkin
2014-06-17 20:39 hgbot Note Added: 0068103
2014-06-17 20:58 hgbot Checkin
2014-06-17 20:58 hgbot Note Added: 0068104
2014-06-17 21:11 hgbot Checkin
2014-06-17 21:11 hgbot Note Added: 0068105
2014-06-17 21:36 hgbot Checkin
2014-06-17 21:36 hgbot Note Added: 0068106
2014-06-18 03:29 hgbot Checkin
2014-06-18 03:29 hgbot Note Added: 0068109
2014-06-19 10:36 hgbot Checkin
2014-06-19 10:36 hgbot Note Added: 0068153
2014-06-19 12:12 hgbot Checkin
2014-06-19 12:12 hgbot Note Added: 0068159
2014-06-19 12:48 hgbot Checkin
2014-06-19 12:48 hgbot Note Added: 0068161
2014-06-19 13:56 hgbot Checkin
2014-06-19 13:56 hgbot Note Added: 0068163
2014-06-19 14:45 hgbot Checkin
2014-06-19 14:45 hgbot Note Added: 0068166
2014-06-19 15:07 hgbot Checkin
2014-06-19 15:07 hgbot Note Added: 0068169
2014-06-19 15:09 hgbot Checkin
2014-06-19 15:09 hgbot Note Added: 0068170
2014-06-19 17:57 hgbot Checkin
2014-06-19 17:57 hgbot Note Added: 0068179
2014-06-19 18:25 hgbot Checkin
2014-06-19 18:25 hgbot Note Added: 0068181
2014-06-19 18:33 hgbot Checkin
2014-06-19 18:33 hgbot Note Added: 0068182
2014-06-19 19:53 hgbot Checkin
2014-06-19 19:53 hgbot Note Added: 0068184
2014-06-19 19:54 hgbot Checkin
2014-06-19 19:54 hgbot Note Added: 0068185
2014-06-19 20:00 hgbot Checkin
2014-06-19 20:00 hgbot Note Added: 0068186
2014-06-19 23:20 hgbot Checkin
2014-06-19 23:20 hgbot Note Added: 0068194
2014-06-19 23:28 hgbot Checkin
2014-06-19 23:28 hgbot Note Added: 0068195
2014-06-20 01:36 hgbot Checkin
2014-06-20 01:36 hgbot Note Added: 0068199
2014-06-20 08:18 hgbot Checkin
2014-06-20 08:18 hgbot Note Added: 0068202
2014-06-20 10:02 hgbot Checkin
2014-06-20 10:02 hgbot Note Added: 0068209
2014-06-20 10:03 Orekaria Status resolved => new
2014-06-20 10:03 Orekaria Resolution fixed => open
2014-06-20 10:21 hgbot Checkin
2014-06-20 10:21 hgbot Note Added: 0068212
2014-06-25 08:26 hgbot Checkin
2014-06-25 08:26 hgbot Note Added: 0068300
2014-06-25 20:32 hgbot Checkin
2014-06-25 20:32 hgbot Note Added: 0068321
2014-06-26 17:03 hgbot Checkin
2014-06-26 17:03 hgbot Note Added: 0068365
2014-06-26 17:03 hgbot Status new => resolved
2014-06-26 17:03 hgbot Resolution open => fixed
2014-06-26 17:03 hgbot Fixed in SCM revision http://code.openbravo.com/tools/automation/pi-mobile/rev/47460b596fc2f00ab04de25baf62922dc18c75be [^] => http://code.openbravo.com/tools/automation/pi-mobile/rev/d578433b5b665c50c32de6be7eaf0069378a6094 [^]
2014-06-26 19:01 hgbot Checkin
2014-06-26 19:01 hgbot Note Added: 0068374
2014-06-26 19:04 hgbot Checkin
2014-06-26 19:04 hgbot Note Added: 0068375
2014-06-26 19:58 hgbot Checkin
2014-06-26 19:58 hgbot Note Added: 0068376
2014-06-27 13:14 marvintm Review Assigned To => marvintm
2014-06-27 13:14 marvintm Status resolved => closed
2014-06-27 13:14 marvintm Fixed in Version => RR14Q3
2014-08-16 02:10 Orekaria Relationship added blocks 0027346
2014-08-16 02:18 Orekaria Relationship added blocks 0027347
2014-08-22 10:20 Orekaria Relationship added depends on 0027415
2014-09-02 13:04 Orekaria Relationship added blocks 0027526


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker