svn commit: r892749 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml

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

svn commit: r892749 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml

jacopoc
Author: jacopoc
Date: Mon Dec 21 10:39:42 2009
New Revision: 892749

URL: http://svn.apache.org/viewvc?rev=892749&view=rev
Log:
Removed debog message I have committed in my last commit.

Modified:
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml?rev=892749&r1=892748&r2=892749&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoAcctgTransTests.xml Mon Dec 21 10:39:42 2009
@@ -163,7 +163,6 @@
         <call-simple-method method-name="UtilCheckEntriesBalance"/>
 
         <iterate list="acctgTransEntryList" entry="acctgTransEntry">
-            <log level="always" message="JAC: ${acctgTransEntry}"/>
             <if-compare field="acctgTransEntry.debitCreditFlag" operator="equals" value="C">
                 <assert>
                     <if-compare field="acctgTransEntry.glAccountId" operator="equals" value="111100"/>