svn commit: r1820049 - /ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1820049 - /ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/test/FinAccountTests.java

jleroux@apache.org
Author: jleroux
Date: Thu Jan  4 10:24:10 2018
New Revision: 1820049

URL: http://svn.apache.org/viewvc?rev=1820049&view=rev
Log:
No functional change,

Voluntarily put a test error to test the new Buildbot config.

It will be removed as soon as Buildbot will run w/o duplicate warnings

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=1820049&r1=1820048&r2=1820049&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:24:10 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", "TESTACCOUNT1");
+        ctx.put("finAccountId", "WRONG");
         ctx.put("finAccountName", "Test Financial Account");
         ctx.put("finAccountTypeId", "BANK_ACCOUNT");
         ctx.put("userLogin", userLogin);