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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 28 10:36:04 EDT 2007


Author: akushunin
Date: 2007-06-28 10:36:04 -0400 (Thu, 28 Jun 2007)
New Revision: 1371

Modified:
   trunk/richfaces/spacer/src/test/java/org/richfaces/component/SpacerComponentTest.java
Log:
commented System.out.print statements

Modified: trunk/richfaces/spacer/src/test/java/org/richfaces/component/SpacerComponentTest.java
===================================================================
--- trunk/richfaces/spacer/src/test/java/org/richfaces/component/SpacerComponentTest.java	2007-06-28 13:15:15 UTC (rev 1370)
+++ trunk/richfaces/spacer/src/test/java/org/richfaces/component/SpacerComponentTest.java	2007-06-28 14:36:04 UTC (rev 1371)
@@ -91,7 +91,7 @@
 	public void testComponent() throws Exception {
 		HtmlPage renderedView = renderView();
 		assertNotNull(renderedView);
-		System.out.println(renderedView.asXml());
+		//System.out.println(renderedView.asXml());
 
 		HtmlAnchor htmlLink = (HtmlAnchor) renderedView
 				.getHtmlElementById(command.getClientId(facesContext));
@@ -115,7 +115,7 @@
 		str = htmlSpacer.getSrcAttribute();
 		assertTrue(str.contains("images/spacer.gif"));
 
-		System.out.println(renderedView.getWebResponse().getContentAsString());
+		//System.out.println(renderedView.getWebResponse().getContentAsString());
 
 		/*
 		 * List lastParameters = this.webConnection.getLastParameters(); for




More information about the richfaces-svn-commits mailing list