You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2021/01/01 15:23:46 UTC

[roller] branch master updated (f70b8d5 -> e8f868b)

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.


    from f70b8d5  Merge pull request #69 from mbien/integration_repairs
     new 475a353  This commit fixes both the Maven 'jetty:run' target and the it-selennium tests, upgrades Jetty to v10 and Selenium to 3.14.0.
     new 0e2fb77  Merge branch 'master' into update-selenium-tests
     new c96f883  merge fix
     new 6cba28b  backout unnecessary changes
     new 77dfe3e  backout unnecessary changes
     new 4d6ee11  No longer necessary to be in app directory to run with Jetty.
     new e8f868b  Merge pull request #72 from snoopdave/update-selenium-tests

The 4525 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:
 README.md                                          |  3 +-
 app/pom.xml                                        |  7 ++-
 it-selenium/pom.xml                                | 56 +++++++++++++++++++---
 .../apache/roller/selenium/InitialLoginTestIT.java | 17 ++++---
 .../roller/selenium/core/CreateWeblogPage.java     |  2 -
 .../apache/roller/selenium/core/MainMenuPage.java  |  1 -
 .../apache/roller/selenium/core/RegisterPage.java  |  1 -
 .../org/apache/roller/selenium/core/SetupPage.java |  5 --
 .../apache/roller/selenium/core/WelcomePage.java   |  2 -
 .../roller/selenium/editor/AbstractEntryPage.java  |  3 --
 .../roller/selenium/editor/EntryAddPage.java       |  2 -
 .../roller/selenium/editor/EntryEditPage.java      |  2 -
 .../apache/roller/selenium/view/BlogHomePage.java  |  2 -
 .../roller/selenium/view/SingleBlogEntryPage.java  |  2 -
 pom.xml                                            | 16 +++++--
 15 files changed, 76 insertions(+), 45 deletions(-)