Author: surajk
Date: Sat Jan 12 15:55:29 2019
New Revision: 1851179
URL:
http://svn.apache.org/viewvc?rev=1851179&view=revLog:
Fixed: Corrected typo in last commit.
(OFBIZ-9115)
Thanks Michael Brohl for reporting the issue.
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/test/AutoAcctgPaymentGatewayTests.groovy
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/test/AutoAcctgPaymentGatewayTests.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/test/AutoAcctgPaymentGatewayTests.groovy?rev=1851179&r1=1851178&r2=1851179&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/test/AutoAcctgPaymentGatewayTests.groovy (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/test/AutoAcctgPaymentGatewayTests.groovy Sat Jan 12 15:55:29 2019
@@ -26,7 +26,7 @@ import org.apache.ofbiz.testtools.Groovy
class AutoAcctgPaymentGatewayTests extends GroovyScriptTestCase {
void testUpdatePaymentGatewayConfig() {
Map serviceCtx = [:]
- serviceCtx.paymentGatewayConfigId = 'SAGEPAY_asdfCONFIG'
+ serviceCtx.paymentGatewayConfigId = 'SAGEPAY_CONFIG'
serviceCtx.description = 'Test Payment Gateway Config Id'
serviceCtx.userLogin = EntityQuery.use(delegator).from('UserLogin').where('userLoginId', 'system').cache().queryOne()
Map serviceResult = dispatcher.runSync('updatePaymentGatewayConfig', serviceCtx)