This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-tutorial".
The branch, master has been updated
via 98bf3551497749fd271072e5dcbecb7f902e25b1 (commit)
from 6fdc2343350b389dcae7965428a35f516e7c3aff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 98bf3551497749fd271072e5dcbecb7f902e25b1
Author: Mauro Talevi <[email protected]>
Date: Mon Aug 22 17:58:20 2011 +0200
Added vanilla impl of pages that don't use fluent style.
-----------------------------------------------------------------------
Summary of changes:
.../jbehave/tutorials/etsy/pages/PageFactory.java | 50 ++++++++++++++++---
.../tutorials/etsy/pages/SearchResults.java | 3 +-
.../etsy/pages/fluent/FluentSearchResults.java | 12 ++++-
.../VanillaAdvancedSearch.java} | 26 +++++------
.../tutorials/etsy/pages/vanilla/VanillaBuy.java | 17 +++++++
.../etsy/pages/vanilla/VanillaCartContents.java | 28 +++++++++++
.../tutorials/etsy/pages/vanilla/VanillaHome.java | 33 +++++++++++++
.../tutorials/etsy/pages/vanilla/VanillaPage.java | 12 +++++
.../etsy/pages/vanilla/VanillaSearchResults.java | 42 ++++++++++++++++
.../tutorials/etsy/pages/vanilla/VanillaSite.java | 21 ++++++++
.../etsy/pages/vanilla/VanillaTreasury.java | 19 +++++++
.../tutorials/etsy/steps/EtsyDotComSteps.java | 2 +-
12 files changed, 237 insertions(+), 28 deletions(-)
copy
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/{fluent/FluentAdvancedSearch.java
=> vanilla/VanillaAdvancedSearch.java} (56%)
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaBuy.java
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaCartContents.java
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaHome.java
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaPage.java
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaSearchResults.java
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaSite.java
create mode 100644
etsy-stories-java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/vanilla/VanillaTreasury.java
hooks/post-receive
--
jbehave-tutorial
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>