[testng] annotated tag testng-6.2 created (now bd583f6)

Andrew Ross rockclimb-guest at alioth.debian.org
Mon Aug 12 21:41:23 UTC 2013


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

rockclimb-guest pushed a change to annotated tag testng-6.2
in repository testng.

        at  bd583f6   (tag)
   tagging  faba9a30be107dac58250334571eb2134dbeae81 (commit)
  replaces  testng-6.1.1
 tagged by  Cedric Beust
        on  Thu Aug 18 11:17:53 2011 -0700

- Log -----------------------------------------------------------------
[maven-release-plugin]  copy for tag testng-6.2

Cedric Beust (91):
      [maven-release-plugin] prepare for next development iteration
      pom update.
      Doc update to 6.1.1.
      Added: xmlpathinjar to the TestNG ant task
      Added: TestNG can now invoke package protected constructors
      Bumped to 6.1.2beta
      Added: Injectors created by the @Guice annotation are now shared at the <test> level
      Fixed: Injecting both Object[] and Method in @BeforeMethod didn't always work
      Fixed: testng-results.xml now lists the results chronologically
      Merge pull request #61 from stefanbirkner/emptyblank
      Fixed: -groups and -excludegroups were no longer overriding testng.xml.
      Fixed the DTD.
      Make sure factories never return null instances.
      Merge pull request #64 from dbriones/master
      Merge branch 'master' of github.com:cbeust/testng
      CHANGES update.
      Better test against null instances returned by @Factory.
      CHANGES update.
      Allow the output directory to be customized.
      Fixed a bad brace.
      Refactoring: introduced a few MapList.
      Better priority test.
      Refactoring with MultiMaps.
      Minor fix to the DTD PHP generator.
      Added Javadocs.
      Enabling IConfigurationListener in the TestNG class.
      Added beforeConfiguration() to IConfigurationListener.
      Merge pull request #65 from stefanbirkner/emptyblank2
      CHANGE and doc update.
      Merge pull request #68 from stefanbirkner/anttask
      Merge branch 'master' of github.com:cbeust/testng
      Fixed test.
      Fixed: @BeforeTest was invoked multiple times if a factory is used.
      Fixed: Better ordering with mixed priorities and dependencies.
      Minor fix to clone().
      Upload update.
      Fixed: Improved detection of graph cycles in parallel runs.
      Added test case for parallel factories (disabled for now).
      Refactoring.
      Only 1 broken test.
      All tests passing.
      Instance dependency now working.
      Better tests.
      Beginning to deprecate getInstances().
      More clean up of getInstances().
      Added: parallel=instances for factory instance parallel runs.
      More instances clean up.
      Show the location of the reports after the build.
      Refactorings.
      Temp commit.
      Fixed the single threaded TestRunner problem.
      Better group by instance but still erratic test failure in GroupByInstancesTest.
      Down to three failures.
      Only GroupByInstancesTest occasionally failing.
      All tests passing.
      Removed dead code.
      Fixed: ServiceLoader wasn't resolving correctly if no service loader classloader was specified.
      Merge branch 'AllDynamic'
      Doc fix.
      Removed dead imports.
      Fixed: GITHUB-74: Bad ordering of test methods when using a @Factory constructor with dataProvider
      Removed dead code.
      Added debug for method ordering.
      Better toString() output for graph.
      Removed trace.
      Renamed groupByInstances() -> getGroupByInstances().
      Fixed: Changing the test result from success to failure in a listener would still count the test as a success
      CHANGES update.
      CHANGES update.
      Renamed groupByInstances() to getGroupByInstance().
      Fixed: Using preserve-order with a factory that creates instances of a different class causes NPE
      Fixed broken import.
      Merge pull request #70 from stefanbirkner/UtilsTest
      Added: @Factory(enabled).
      Merge branch 'master' of github.com:cbeust/testng
      Moved thread tests to their own <test> tag.
      Removed RemoteTestNG trace.
      Comment.
      Use the name of <test> in the generated JUnitReports.
      Fixed: JUnitReports reports have the name of the <test> instead of that of the first class
      Better traces.
      Refactored with the introduction of Predicate.
      Merge pull request #79 from dbriones/master
      Fixed: JUnitReports reports now report the cumulated time @BeforeMethod+ at Test for each test method
      Fixed: JUnitReports reports now report the cumulated time @{Before,After}Method+ at Test for each test method
      Introduced IConfigurationListener2 and IResultListener2.
      Avoid duplication of listeners.
      JUnitReports now report before+test+after timings as the test timing.
      Better run:single target.
      Preparing 6.2.
      [maven-release-plugin] prepare release testng-6.2

Dante Briones (3):
      Added new (failing) test for listeners that are attached to the base class of a test inheritance hierarchy
      Fix for new test
      Added link to beta version from the download page

Stefan Birkner (4):
      added methods for handling empty and blank strings
      removed all occurences of "".equals(...) except in Utils
      extracted createArguments() and removed duplicate code
      fixed joinTwoStringsWithJoin and added two new tests

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list