This is an automated email from the ASF dual-hosted git repository.
dmitrygusev pushed a commit to branch TAP5-2611
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/TAP5-2611 by this push:
new b940004 TAP5-2611: Fix typos in FieldConduitTests.groovy
b940004 is described below
commit b94000405cf6e7909cfff06414efe435afd18103
Author: Dmitry Gusev <[email protected]>
AuthorDate: Sat Jun 22 23:43:22 2019 +0300
TAP5-2611: Fix typos in FieldConduitTests.groovy
---
.../groovy/org/apache/tapestry5/plastic/FieldConduitTests.groovy | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/plastic/src/test/groovy/org/apache/tapestry5/plastic/FieldConduitTests.groovy
b/plastic/src/test/groovy/org/apache/tapestry5/plastic/FieldConduitTests.groovy
index b5a2352..3cc2725 100644
---
a/plastic/src/test/groovy/org/apache/tapestry5/plastic/FieldConduitTests.groovy
+++
b/plastic/src/test/groovy/org/apache/tapestry5/plastic/FieldConduitTests.groovy
@@ -118,7 +118,7 @@ class FieldConduitTests extends AbstractPlasticSpecification
1 * fc.get(o, _) >> "plastic"
}
- def "subclass access methods are reouted through field conduit"()
+ def "subclass access methods are routed through field conduit"()
{
FieldConduit fc = Mock()
@@ -149,7 +149,7 @@ class FieldConduitTests extends AbstractPlasticSpecification
1* fc.get(o, _) >> "bumble"
}
- def "verify writebehind on normal field"()
+ def "verify write-behind on normal field"()
{
FieldConduit fc = Mock()
@@ -184,7 +184,7 @@ class FieldConduitTests extends AbstractPlasticSpecification
o.m_value == 1097
}
- def "verify writebehind on wide field"()
+ def "verify write-behind on wide field"()
{
FieldConduit fc = Mock()