- Timestamp:
- May 29, 2011, 2:32:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders/test/functional/GebReportingSpecBase.groovy
r948 r949 20 20 * authentication or by directly requesting the login page. 21 21 */ 22 deflogin(username, password, targetPage = null, params = [:]) {22 void login(username, password, targetPage = null, params = [:]) { 23 23 if (targetPage) { 24 24 to([*:params], targetPage)
Note: See TracChangeset
for help on using the changeset viewer.