Repository: tapestry-5
Updated Branches:
  refs/heads/master ff2fcd8a7 -> b4fd56869


re-enable assertion, more recent Selenium versions seem to handle XML responses 
well


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1069f052
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1069f052
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1069f052

Branch: refs/heads/master
Commit: 1069f052f56b6b5e2dcf81456d8be19c5c757ab9
Parents: ff2fcd8
Author: Jochen Kemnade <jkemn...@apache.org>
Authored: Wed May 28 18:46:55 2014 +0200
Committer: Jochen Kemnade <jkemn...@apache.org>
Committed: Wed May 28 18:46:55 2014 +0200

----------------------------------------------------------------------
 .../apache/tapestry5/integration/app1/CoreBehaviorsTests.java    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1069f052/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
 
b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
index d7ecc25..20703bb 100644
--- 
a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
+++ 
b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
@@ -1458,9 +1458,7 @@ public class CoreBehaviorsTests extends App1TestCase
     {
         open(getBaseURL() + "xmlcontent");
 
-        // Commented out ... Selenium can't seem to handle an XML response.
-
-        // assertSourcePresent("<![CDATA[< & >]]>");
+        assertSourcePresent("<![CDATA[< & >]]>");
     }
 
     @Test

Reply via email to