Author: jleroux Date: Thu Jan 4 10:52:55 2018 New Revision: 1820051 URL: http://svn.apache.org/viewvc?rev=1820051&view=rev Log: No functional change,
Removes the test error used to test the new Buildbot config. Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java?rev=1820051&r1=1820050&r2=1820051&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java (original) +++ ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java Thu Jan 4 10:52:55 2018 @@ -40,7 +40,7 @@ public class FinAccountTests extends OFB public void testFinAccountOperations() throws Exception { GenericValue userLogin = EntityQuery.use(delegator).from("UserLogin").where("userLoginId", "system").queryOne(); Map<String, Object> ctx = new HashMap<String, Object>(); - ctx.put("finAccountId", "WRONG"); + ctx.put("finAccountId", "TESTACCOUNT1"); ctx.put("finAccountName", "Test Financial Account"); ctx.put("finAccountTypeId", "BANK_ACCOUNT"); ctx.put("userLogin", userLogin);