[richfaces-svn-commits] JBoss Rich Faces SVN: r744 - trunk/richfaces/panel/src/test/java/org/richfaces/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 14 05:11:22 EDT 2007


Author: a.izobov
Date: 2007-05-14 05:11:22 -0400 (Mon, 14 May 2007)
New Revision: 744

Modified:
   trunk/richfaces/panel/src/test/java/org/richfaces/component/PanelComponentTest.java
Log:
test fixed

Modified: trunk/richfaces/panel/src/test/java/org/richfaces/component/PanelComponentTest.java
===================================================================
--- trunk/richfaces/panel/src/test/java/org/richfaces/component/PanelComponentTest.java	2007-05-14 09:09:41 UTC (rev 743)
+++ trunk/richfaces/panel/src/test/java/org/richfaces/component/PanelComponentTest.java	2007-05-14 09:11:22 UTC (rev 744)
@@ -96,7 +96,7 @@
         List elementsByTagName = page.getDocumentElement().getHtmlElementsByTagName("link");
         assertEquals(1, elementsByTagName.size());
         HtmlElement link = (HtmlElement) elementsByTagName.get(0);
-        assertTrue(link.getAttributeValue("href").contains("org/richfaces/renderkit/html/css/panel.xcss"));
+        assertTrue(link.getAttributeValue("href").contains("css/panel.xcss"));
     }
 
     /**




More information about the richfaces-svn-commits mailing list