[libtest-bdd-cucumber-perl] 01/03: Merge tag 'upstream/0.29'

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 19:28:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit 408dbe8a085f2b3e819a631a1986954027747709
Merge: 5f1bb2b 77e81ec
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Aug 27 19:09:36 2014 +0000

    Merge tag 'upstream/0.29'
    
    Upstream version 0.29

 CHANGES                                            |  10 +
 MANIFEST                                           |   6 +-
 META.yml                                           |   8 +-
 Makefile.PL                                        |  14 +-
 README                                             |   4 +-
 TODO                                               |   5 +-
 bin/pherkin                                        |   4 +-
 dist.ini                                           |   4 +-
 .../features/step_definitions/calculator_steps.pl  |  52 ++--
 examples/calculator/lib/Calculator.pm              |  39 +--
 .../features/step_definitions/basic_steps.pl       |   4 +-
 .../features/step_definitions/calculator_steps.pl  |  46 +--
 examples/tagged-digest/features/basic.feature      |   1 +
 .../features/step_definitions/basic_steps.pl       |   4 +-
 lib/App/pherkin.pm                                 | 118 ++++----
 lib/Test/BDD/Cucumber.pm                           |   4 +-
 lib/Test/BDD/Cucumber/Errors.pm                    |  50 ++--
 lib/Test/BDD/Cucumber/Executor.pm                  | 322 +++++++++++----------
 lib/Test/BDD/Cucumber/Harness.pm                   |  14 +-
 lib/Test/BDD/Cucumber/Harness/Data.pm              |  92 +++---
 lib/Test/BDD/Cucumber/Harness/JSON.pm              | 173 +++++++++++
 lib/Test/BDD/Cucumber/Harness/TermColor.pm         | 151 ++++++----
 lib/Test/BDD/Cucumber/Harness/TestBuilder.pm       |  57 ++--
 lib/Test/BDD/Cucumber/I18N/Data.pm                 |   4 +-
 lib/Test/BDD/Cucumber/I18n.pm                      |   7 +-
 lib/Test/BDD/Cucumber/Loader.pm                    |  30 +-
 lib/Test/BDD/Cucumber/Manual/Architecture.pod      |   4 +-
 lib/Test/BDD/Cucumber/Manual/Integration.pod       |   5 +-
 lib/Test/BDD/Cucumber/Manual/Steps.pod             |   4 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod          |   4 +-
 lib/Test/BDD/Cucumber/Model/Document.pm            |  43 +--
 lib/Test/BDD/Cucumber/Model/Feature.pm             |  36 ++-
 lib/Test/BDD/Cucumber/Model/Line.pm                |  43 +--
 lib/Test/BDD/Cucumber/Model/Result.pm              |  58 ++--
 lib/Test/BDD/Cucumber/Model/Scenario.pm            |  18 +-
 lib/Test/BDD/Cucumber/Model/Step.pm                |  13 +-
 lib/Test/BDD/Cucumber/Model/TagSpec.pm             |  94 +++---
 lib/Test/BDD/Cucumber/Parser.pm                    | 225 +++++++-------
 lib/Test/BDD/Cucumber/StepContext.pm               | 119 ++++----
 lib/Test/BDD/Cucumber/StepFile.pm                  |  59 ++--
 lib/Test/BDD/Cucumber/Util.pm                      |  16 +-
 script/make_corpus.pl                              |   6 +-
 t/210_background_sections.t                        |  24 +-
 t/220_tag_parsing.t                                |  48 +--
 t/230_tag_matching.t                               |  78 ++---
 t/260_match_matcher.t                              |  22 +-
 t/310_auto_corpus.t                                |  24 +-
 t/400_app_pherkin_harnesses.t                      |  17 +-
 t/600_harness_json_output.t                        | 192 ++++++++++++
 t/700_tag_processing.t                             |  31 +-
 t/800_regressions_010_too_few_features.t           |  16 +-
 t/800_regressions_020_term_color_skipped_steps.t   |  20 +-
 t/900_run_cucumber_tests.t                         |  28 +-
 .../step_definitions/core_steps.pl                 | 232 ++++++++-------
 .../step_definitions/tag_steps.pl                  | 129 +++++----
 t/harness_json/mock.feature                        |  20 ++
 t/harness_json/step_definitions/mock_steps.pl      |  24 ++
 t/lib/Test/DumpFeature.pm                          |  26 +-
 .../010_greedy_table_parsing/test_steps.pl         |  12 +-
 59 files changed, 1749 insertions(+), 1164 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list