Updated Branches: refs/heads/master 5c9ac6776 -> 0cca44b7e
revert to a1bef8696b1737a15986de2ce502842de6989f00 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/0cca44b7 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0cca44b7 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0cca44b7 Branch: refs/heads/master Commit: 0cca44b7eb50e5464357365a6f435c613f2aa676 Parents: 5c9ac67 Author: ffacon <[email protected]> Authored: Mon Feb 10 22:01:20 2014 +0100 Committer: ffacon <[email protected]> Committed: Mon Feb 10 22:01:20 2014 +0100 ---------------------------------------------------------------------- tapestry-ioc/src/test/groovy/ioc/specs/BridgeBuilderSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0cca44b7/tapestry-ioc/src/test/groovy/ioc/specs/BridgeBuilderSpec.groovy ---------------------------------------------------------------------- diff --git a/tapestry-ioc/src/test/groovy/ioc/specs/BridgeBuilderSpec.groovy b/tapestry-ioc/src/test/groovy/ioc/specs/BridgeBuilderSpec.groovy index 204a584..402d3a9 100644 --- a/tapestry-ioc/src/test/groovy/ioc/specs/BridgeBuilderSpec.groovy +++ b/tapestry-ioc/src/test/groovy/ioc/specs/BridgeBuilderSpec.groovy @@ -60,7 +60,7 @@ class BridgeBuilderSpec extends AbstractSharedRegistrySpecification { ToStringService service = new ToStringService() { - String toString() { "NonAnnotatedServiceInterface" } + String toString() { "Service" } } ToStringFilter filter = new ToStringFilter() {
