Author: hlship
Date: Thu Aug 11 17:51:30 2011
New Revision: 1156705

URL: http://svn.apache.org/viewvc?rev=1156705&view=rev
Log:
TAP5-1599: Adjust for slight difference in how disabled fields are reported 
under Selenium 2

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

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java?rev=1156705&r1=1156704&r2=1156705&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
 Thu Aug 11 17:51:30 2011
@@ -444,7 +444,7 @@ public class FormTests extends TapestryC
         {
             String locator = String.format("%s/@disabled", path);
 
-            assertAttribute(locator, "disabled");
+            assertAttribute(locator, "true");
         }
     }
 


Reply via email to