This is an automated email from the ASF dual-hosted git repository. benw pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from 6e52632ec Trying to fix a couple of GebConfig-configured tests add 83c24a77e TAP5-2745: Tree component supports empty TreeModel new 0124d8c04 Merge branch 'TAP5-2745' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/tapestry5/corelib/components/Tree.java | 7 +++++-- .../java/org/apache/tapestry5/tree/DefaultTreeModel.java | 1 - .../org/apache/tapestry5/integration/app1/TreeTests.groovy | 11 +++++++++++ .../java/org/apache/tapestry5/integration/app1/Stuff.java | 13 ++++++++++++- .../org/apache/tapestry5/integration/app1/pages/Index.java | 2 ++ .../app1/pages/{TreeDemo.java => TreeNoRootsDemo.java} | 10 ++-------- .../tapestry5/integration/app1/pages/TreeNoRootsDemo.tml | 7 +++++++ 7 files changed, 39 insertions(+), 12 deletions(-) copy tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/{TreeDemo.java => TreeNoRootsDemo.java} (87%) create mode 100644 tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/TreeNoRootsDemo.tml