You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/05/28 22:15:10 UTC

[1/2] git commit: Adjust for change in how Selenium reports the disabled attribute

Updated Branches:
  refs/heads/master 413a2af7a -> 01f3ccb97


Adjust for change in how Selenium reports the disabled attribute


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

Branch: refs/heads/master
Commit: 64a036dabf355aefd910051faa6c15c7bda000cb
Parents: 413a2af
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue May 28 13:14:36 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue May 28 13:14:36 2013 -0700

----------------------------------------------------------------------
 .../tapestry5/integration/app1/FormTests.java      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/64a036da/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
index 91d1d37..e8cf44d 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
@@ -485,7 +485,7 @@ public class FormTests extends TapestryCoreTestCase
         {
             String locator = String.format("%s/@disabled", path);
 
-            assertAttribute(locator, "true");
+            assertAttribute(locator, "disabled");
         }
     }
 


[2/2] git commit: Advance version number to 5.4-alpha-5

Posted by hl...@apache.org.
Advance version number to 5.4-alpha-5


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

Branch: refs/heads/master
Commit: 01f3ccb974bd65ab6a2da8d1eccaff44d5bdfcb4
Parents: 64a036d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue May 28 13:15:02 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue May 28 13:15:02 2013 -0700

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/01f3ccb9/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index fa0e9d9..15fd545 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-4"
+    def minor = "-alpha-5"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.


[2/2] git commit: Advance version number to 5.4-alpha-5

Posted by hl...@apache.org.
Advance version number to 5.4-alpha-5


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

Branch: refs/heads/master
Commit: 01f3ccb974bd65ab6a2da8d1eccaff44d5bdfcb4
Parents: 64a036d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue May 28 13:15:02 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue May 28 13:15:02 2013 -0700

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/01f3ccb9/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index fa0e9d9..15fd545 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-4"
+    def minor = "-alpha-5"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.