You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2013/09/23 10:22:17 UTC

svn commit: r1525533 - /myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency2.xhtml

Author: lu4242
Date: Mon Sep 23 08:22:17 2013
New Revision: 1525533

URL: http://svn.apache.org/r1525533
Log:
small fix for test related to MYFACES-3739 

Added:
    myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency2.xhtml
      - copied, changed from r1496028, myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency1.xhtml

Copied: myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency2.xhtml (from r1496028, myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency1.xhtml)
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency2.xhtml?p2=myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency2.xhtml&p1=myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency1.xhtml&r1=1496028&r2=1525533&rev=1525533&view=diff
==============================================================================
--- myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency1.xhtml (original)
+++ myfaces/core/branches/2.1.x/impl/src/test/resources/org/apache/myfaces/view/facelets/pss/acid/resourceDependency2.xhtml Mon Sep 23 08:22:17 2013
@@ -22,8 +22,10 @@
 </h:head>
 <h:body>
   
-  <test:rdcomponent value="test1"/>
   <h:form id="mainForm">
+     <c:if test="#{resourceDependencyBean.includeContent}">
+        <test:rdcomponent id="rdcomp" value="test1"/>
+     </c:if>
      <h:commandButton id="postback" value="POSTBACK"/>
   </h:form>
 </h:body>