Author: mor
Date: Mon Feb  1 11:11:24 2010
New Revision: 905252

URL: http://svn.apache.org/viewvc?rev=905252&view=rev
Log:
Simplified closing of if-empty tag.

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml

Modified: 
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml?rev=905252&r1=905251&r2=905252&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml 
(original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml 
Mon Feb  1 11:11:24 2010
@@ -519,9 +519,9 @@
         <entity-one entity-name="Party" value-field="party"/>
         <entity-one entity-name="Person" value-field="person"/>
         <assert>
-            <not><if-empty field="party"></if-empty></not>
+            <not><if-empty field="party"/></not>
             <if-compare field="party.partyTypeId" operator="equals" 
value="PERSON"/>
-            <not><if-empty field="person"></if-empty></not>
+            <not><if-empty field="person"/></not>
             <if-compare-field field="person.firstName" operator="equals" 
to-field="firstName"/>
             <if-compare-field field="person.lastName" operator="equals" 
to-field="lastName"/>
         </assert>


Reply via email to