Author: hlship
Date: Sat Jan 12 10:58:31 2008
New Revision: 611459

URL: http://svn.apache.org/viewvc?rev=611459&view=rev
Log:
TAPESTRY-2028: Mimimize whitespace in the output markup

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java?rev=611459&r1=611458&r2=611459&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java
 Sat Jan 12 10:58:31 2008
@@ -874,7 +874,7 @@
     {
         start("Inherited Bindings Demo");
 
-        assertTextPresent("Bound:[ value: the-bound-value, bound: true ]", 
"Unbound:[ value: null, bound: false ]");
+        assertTextPresent("Bound: [ value: the-bound-value, bound: true ]", 
"Unbound: [ value: null, bound: false ]");
     }
 
     @Test


Reply via email to