You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/25 22:46:24 UTC

svn commit: r511631 - /myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/taglib/component/GenericComponentTagUnitTest.java

Author: bommel
Date: Sun Feb 25 13:46:24 2007
New Revision: 511631

URL: http://svn.apache.org/viewvc?view=rev&rev=511631
Log:
reenable tag tests

Modified:
    myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/taglib/component/GenericComponentTagUnitTest.java

Modified: myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/taglib/component/GenericComponentTagUnitTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/taglib/component/GenericComponentTagUnitTest.java?view=diff&rev=511631&r1=511630&r2=511631
==============================================================================
--- myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/taglib/component/GenericComponentTagUnitTest.java (original)
+++ myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/taglib/component/GenericComponentTagUnitTest.java Sun Feb 25 13:46:24 2007
@@ -68,9 +68,8 @@
   }
 
   public void setUp() throws Exception {
-    tldPaths = new String[2];
+    tldPaths = new String[1];
     tldPaths[0] = "META-INF/org/apache/myfaces/tobago/taglib/component/tobago.tld";
-    tldPaths[1] = "META-INF/org/apache/myfaces/tobago/taglib/extension/tobago-extension.tld";
     super.setUp();
 
     ServletContext servletContext = new MockServletContext();