Author: hlship
Date: Thu Feb 28 17:35:48 2008
New Revision: 632198

URL: http://svn.apache.org/viewvc?rev=632198&view=rev
Log:
TAPESTRY-2208: The data type "checkbox" should be renamed to "boolean" to 
reflect what it is, rather than how it is rendered

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=632198&r1=632197&r2=632198&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
 Thu Feb 28 17:35:48 2008
@@ -1785,7 +1785,7 @@
 
         clickAndWait(SUBMIT);
 
-        assertText("//[EMAIL PROTECTED]'t-beandisplay-value value']", "237");
+        assertText("//[EMAIL PROTECTED]'t-beandisplay-value value']", "237");
     }
 
     /**


Reply via email to