[testng] annotated tag testng-6.9.2 created (now 3dc33cb)

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:21:37 UTC 2015


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

eugene-guest pushed a change to annotated tag testng-6.9.2
in repository testng.

        at  3dc33cb   (tag)
   tagging  b0251c0a1d5e057e42d5b37ef76d383dcab4dd6b (commit)
  replaces  testng-6.9.1
 tagged by  Cedric Beust
        on  Sat May 9 07:50:33 2015 -0700

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

Cedric Beust (2):
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release testng-6.9.2

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

This annotated tag includes the following new commits:

       new  4096f05   Added CDATA to sample xml in section 6.2.5 for correctness/completeness
       new  909b7bd   Merge branch 'master' of git://github.com/cbeust/testng
       new  43aeed8   Fixed a typo in documentation.
       new  88e7c88   testng-368 FWK005 parse may not be called while parsing Make org.testng.xml.XMLParser.m_saxParser private. ! Change on OpenAPI. And add method with synchronization.
       new  cc7f0d9   [maven-release-plugin] prepare for next development iteration
       new  56f1a1d   Update Assert.java
       new  6479ff0   fixed string from "regular exception" to "regular expression"
       new  75ab0f7   -noEmailableReporter disables the EmailableReporter.
       new  658225e   Merge pull request #390 from outofrange/master
       new  de82f4f   Merge pull request #389 from yfarjoun/patch-1
       new  aee6705   Merge pull request #393 from VladRassokhin/issue-368-2
       new  f8b81a5   Merge branch 'master' of git://github.com/cbeust/testng
       new  67e4441   Add intellij files to ignore list
       new  a306ac2   Fix handling of relative paths in suite files.
       new  bd1e7d4   Merge pull request #137 from nullin/master
       new  586b584   Use maven instead of ant in documentation for building
       new  21c6d08   Add 'parent-module' property to suite
       new  bec42c6   Upgrade to JUnit 4.11
       new  4d237fd   .classpath update
       new  fbf3529   Merge branch 'master' of github.com:cbeust/testng
       new  f05a3af   Only load the XmlClass once from one ClassLoader
       new  f9f69bc   Merge pull request #428 from aslakknutsen/cl
       new  47e5b52   Merge branch 'master' of github.com:cbeust/testng
       new  2902355   Remove 1.5 from build.xml
       new  cfa9063   Remove com.google.inject.internal imports.
       new  e7db569   Fix ResultMap.removeResult(ITestNGMethod) problem, see: https://groups.google.com/forum/#!topic/testng-users/T3vn765W4mw
       new  ef8811c   Merge pull request #434 from kalidasya/master
       new  c6f04db   Upgrade to Snake YAML 1.12.
       new  af64107   Merge branch 'master' of github.com:cbeust/testng
       new  9ccb6a0   Improve documentation by adding example of parent-module configuration
       new  de42960   Add test for guice parent-module
       new  81324f9   [maven-release-plugin] prepare release testng-6.8.7
       new  1ae6779   [maven-release-plugin] prepare for next development iteration
       new  c85cc9a   Make JUnit and SnakeYAML optional dependencies
       new  4c66153   Tweak upload script.
       new  9515333   Version.
       new  7f34160   fix for Issue #394
       new  1066df9   Merge pull request #464 from githubCast/master
       new  4d489ba   Merge pull request #418 from dluksza/master
       new  acfe5a0   Add aopalliances.jar for test build.
       new  4124eef   Fixed typo in DTD attribute comment
       new  f69437b   Fix the parameter related bug
       new  72b7bfa   Merge pull request #479 from wutingbupt/master
       new  7e5c60a   Fixes issue #116: org.testng.internal.BaseTestMethod does respect general contract of Comparable
       new  6a3c1a6   Merge pull request #488 from triceo/master
       new  18788dc   symmetric equals assertion
       new  92d30a1   Preparing for release
       new  41d5561   [maven-release-plugin] prepare release testng-6.8.8
       new  311b837   [maven-release-plugin] prepare for next development iteration
       new  778b264   Added .ant-targets* to .gitignore, so that target caching does not show as a change.
       new  fb80db8   Updated GitHub project url in README to be 'https' instead of outdated 'http'.
       new  cfda63c   Updated the snakeyaml version in build.properties to match what ivy retrieves.
       new  3694592   update yaml.jar version in build.properties
       new  b5e338c   Fixed dependencies for 4 targets in build.xml
       new  e5da288   Merge pull request #493 from themainfunction/master
       new  57462ca   Use LinkedHashMap so that the topological sort will process the nodes in the same order of collecting
       new  9fba521   Merge pull request #497 from Dao007forever/master
       new  33ac8cb   Fixed TOC anchor collisions in documentation-main.html
       new  a9adb55   Fixed section heading tags (<h3>, <h4>, <h5>) so they are consistent
       new  fb46792   Standardized section heading HTML format for easier reading/maintenance.
       new  3ada7c8   Updated version to be tested to 6.8.9-SNAPSHOT, in pom-test.xml.
       new  273426a   testng-496 org.testng.junit.JUnit4TestRunner handles testAssumptionFailure as a failure but it should be ignored Report test as skip. Also report as skip from #testFailure with AssumptionViolatedException as failure exception Remove unnecessary super calls. (RunListener is special not-implementation class) Fix bug when test with assumption failure reported also as passed. Add test for this case.
       new  0d90c6b   Merge pull request #503 from VladRassokhin/fix-testng-496
       new  3569736   Merge pull request #498 from themainfunction/master
       new  813c539   Merge pull request #494 from dimalev/master
       new  9bad50d   Merge pull request #502 from drapostolos/master
       new  5bd1e02   SoftAssert now uses the same auto-generated message used by Assert.
       new  e4607e4   Fixed comparator to satisfy the contract. In some edge cases this could cause issues with Java7+ (TimSort).
       new  9a5016f   Merge pull request #518 from AndreasKl/master
       new  4d03b75   externally synchronize our use of the static SimpleDateFormat
       new  5f8941a   AfterClass does not get executed when MethodInterceptor is involved.
       new  b64b7e3   Merge pull request #525 from krmahadevan/krmahadevan-FixAfterClassInvocationDiscrepancy
       new  f878271   Create the parent directory if it's missing.
       new  1d16850   Some OSGi manifest fixes
       new  887f516   Merge pull request #516 from draghuram/softassert
       new  871d875   testng-562 testNG not creating HTML report Fix NPE in XMLStringBuffer.java Add corresponding Nullable annotations
       new  18c821d   It's old test, not worked for long time. Finally fixed
       new  ce6799e   Make test for TESTNG-387 work
       new  a21c2f6   Suite Listener is registered twice (#557)
       new  f541c2b   Merge pull request #571 from VladRassokhin/testng-387
       new  c54669a   Merge pull request #569 from VladRassokhin/fix-test-for-testng-106
       new  26aefb7   Merge pull request #568 from VladRassokhin/testng-562
       new  2b46b01   Improve Lists#newArrayList()
       new  02f9291   Simplifications in ClassHelper
       new  3fc7bda   Add tests for #566
       new  682452b   Simplifications in Parameters
       new  24e36c5   Simplifications in MethodInvocationHelper
       new  6293b3b   Use ITestNGMethod#getInstance instead of #getInstances around Invoker
       new  3cf15f7   Simplification: use single instance instead of instances[] in Invoker
       new  54ddefa   Do not pass all ITestNGMethods into Invoker, use ITestContext#getAllTestMethods() instead
       new  d6250d6   Minor refactoring in MethodGroupsHelper
       new  6671e96   Invoker: simplify skip exception checks (extract method) + minor
       new  dbe7292   Invoker: Simplify #collectResults; Do not use deprecated methods; invokeTestMethods now returns single ITestResult (due to migration from instances to instance) Set test result end time asap after method invoked, before any post-invocation checks
       new  c2a2dc9   Invoker: improve ParameterBag usage
       new  e919e3d   Invoker: better error message in case of expected exceptions
       new  c8d9788   Invoker: minor in handleInvocationResults method
       new  6b47dc8   Invoker: use FailureContext to pass modifiable failure count&instances. Properly invoke handleInvocationResults: do not call it twice. (from invokeMethod and invokeTestMethods) Now it called only from invokeMethod with proper FailureContext This commit fixes #566
       new  6278595   Invoker: improve message when not all method dependencies satisfied
       new  4bad7e6   Invoker: minor improvement
       new  a85a2ac   Invoker: minor improvement: reorganize code.
       new  4dd8f47   Invoker: simplify exception in parameters provider case of method invocation.
       new  35dbfdd   Prefer explicit DataProvider's name
       new  667186c   Merge pull request #577 from piotrturski/576-prefer_explicit_dataProvider_name
       new  7afc4fd   6.8.19-SNAPSHOT
       new  804455d   [maven-release-plugin] prepare release testng-6.8.10
       new  75f6fa3   [maven-release-plugin] prepare for next development iteration
       new  9940022   [maven-release-plugin] prepare release testng-6.8.11
       new  51f8070   [maven-release-plugin] prepare for next development iteration
       new  aa8cf39   [maven-release-plugin] prepare release testng-6.8.12
       new  9a09141   [maven-release-plugin] prepare for next development iteration
       new  b316eae   [maven-release-plugin] prepare release testng-6.8.13
       new  92bf7f4   [maven-release-plugin] prepare for next development iteration
       new  2f4538e   Instructions updates.
       new  3a1aa91   testng-562 testNG not creating HTML report Seems XMLStringBuffer#EOL is null sometimes.
       new  0cf365a   Merge pull request #586 from VladRassokhin/testng-562
       new  25bf18c   Doc fix.
       new  cf3f9f7   group-by-instances in toXml().
       new  9ab590b   .classpath/.project
       new  8f7268a   Merge branch 'master' of github.com:cbeust/testng
       new  4984c91   Allow to build with 1.8.
       new  c9a9172   Fix OutOfMemoryError: use hash codes as keys to the method map.
       new  85006ab   6.8.14.
       new  2e0d0ed   [maven-release-plugin] prepare release testng-6.8.14
       new  cd74d4e   [maven-release-plugin] prepare for next development iteration
       new  749ef1b   Merge branch 'testng-566' of https://github.com/VladRassokhin/testng into VladRassokhin-testng-566
       new  4568955   Merge.
       new  a2f7a6a   Adjustments to Vlad's branch to make the tests pass.
       new  cfae43d   Versions.
       new  1a36189   [maven-release-plugin] prepare release testng-6.8.15
       new  75201af   [maven-release-plugin] prepare for next development iteration
       new  8b61830   Fix bad import
       new  4de193e   [maven-release-plugin] prepare release testng-6.8.16
       new  37b486e   [maven-release-plugin] prepare for next development iteration
       new  cb59917   [maven-release-plugin] prepare release testng-6.8.17
       new  d0fb352   [maven-release-plugin] prepare for next development iteration
       new  10749d4   Initial commit for reporting JUnit Parameterized tests
       new  3854247   Fix NPE in Reporter.log()
       new  2dea812   Merge pull request #597 from krmahadevan/krmahadevan-FixNPEInReporterLog
       new  a687b11   Small fixes to the pull request.
       new  ebea0ad   [maven-release-plugin] prepare release testng-6.8.18
       new  351e41e   [maven-release-plugin] prepare for next development iteration
       new  46eef86   6.8.20
       new  344f53e   [maven-release-plugin] prepare release testng-6.8.20
       new  2551fce   [maven-release-plugin] prepare for next development iteration
       new  576c0a5   [maven-release-plugin] prepare release testng-6.8.21
       new  e82f42c   [maven-release-plugin] prepare for next development iteration
       new  82aaeb5   fix for https://github.com/cbeust/testng/issues/602
       new  27a5b19   Merge remote-tracking branch 'upstream/master'
       new  6c40ac1   Fix for retryanalyser running in endless loop
       new  0505131   Merge pull request #606 from krmahadevan/krmahadevan_FixRetryAnalyserChurn
       new  d05db81   Updates to CHANGES
       new  d0a527c   Merge pull request #607 from krmahadevan/krmahadevan_update_Release_Notes_For_PR_606
       new  2403bad   Merge remote-tracking branch 'upstream/master'
       new  c989540   Merge pull request #552 from volkovs/master
       new  d78e91f   CustomizedSuites must be saved using utf-8 encoding
       new  1b639ad   Merge pull request #610 from chuvoks/master
       new  3d31f0d   Merge remote-tracking branch 'upstream/master'
       new  06b5ed0   Add comments
       new  4ed682a   parent-module could receive ITestContext
       new  d19ca1b   Typo
       new  ca99e89   Use Java7
       new  1770885   Update CHANGES
       new  a0deae2   Merge pull request #617 from juherr/inject-parent-module
       new  84a155a   fix jar scanning for <packages> element in testng.xml suite description (do not include subpackages if not recursive)
       new  828c7a9   Merge pull request #618 from kullfar/master
       new  1f00fbf   add changelog record for prev pull request (fix jar scanning for <packages> element in testng.xml...)
       new  9ac9c79   Merge pull request #620 from kullfar/master
       new  befbe56   Fixed failure/error inversion in JUnitReportReporter
       new  ad42c2a   Merge pull request #624 from jerome-jacob/fix/JUnitReporter_failure_error_inversion
       new  77999bc   TestNG support Java7 and more
       new  7bb4987   Fix maven configuration
       new  ef0abc5   Accept non static external provider
       new  75113cb   Update documentation
       new  9270c7a   Allow Guice injection in external DataProvider
       new  4f8564f   Add documentation
       new  5816aa6   Add constructor injection for DataProvider
       new  33b8f0b   Merge pull request #631 from juherr/data-provider
       new  e9a829e   Remove duplicated Sets util class
       new  f3ae754   Use diamond operator in collections package
       new  0af68cf   Protect util classes from collections
       new  9350f7c   Remove commented code
       new  8ed2ceb   Use "new" Java6 method
       new  5f1174b   Fit with Java and/or Guava API
       new  686e86e   Remove usage of deprecated methods
       new  acff4d0   Use inheritance for collections classes
       new  629ca79   Merge pull request #634 from juherr/improve-collections-package
       new  124f068   TestNG for tests is configurable
       new  f33412e   Use Travis as CI
       new  4db8769   Use Markdown for README
       new  ddf18b3   Update url to official repository
       new  cc235db   Merge pull request #638 from juherr/travis-ci
       new  1b0c9e0   README
       new  99e56ac   README
       new  1c363d3   README
       new  98018f9   Generate Version from Maven version
       new  f45c506   Use Java7 for tests too
       new  512a30f   Fix compilation issue on Travis
       new  6de7db7   Set version to helper maven plugin
       new  57f7028   Fix #639
       new  9670e6e   Fix #632
       new  04b4223   Add test case for issue #629
       new  7d14650   Typo
       new  538674e   Fix #629
       new  00234ed   Remove unused parameters and methods
       new  415f14d   Fix #615
       new  eb7f17d   Merge pull request #616 from juherr/update-version
       new  de1327a   Merge pull request #640 from juherr/issue-639
       new  f8a60c7   Merge pull request #641 from juherr/issue-632
       new  7155c5c   Merge pull request #642 from juherr/issue-629
       new  3aca644   Merge pull request #643 from juherr/issue-615
       new  c69c221   Fix #605
       new  859c783   Close InputStream and OuputStream after use
       new  e8d53fa   Merge pull request #644 from juherr/issue-605
       new  c17840b   Merge pull request #603 from aanno/issue-602
       new  d3228b4   Merge pull request #611 from jdillet/master
       new  ed31c98   Merge pull request #529 from andrewgaul/close-streams
       new  ce18ae4   Add some hipster badges
       new  85ef97d   Use a daily updated url for dependency status
       new  8a265d4   Update CHANGES since 6.8.21 release date
       new  fafafa8   Merge pull request #648 from juherr/hipster-badges
       new  c5c9094   Merge pull request #649 from juherr/update-changes
       new  c7b814a   Merge pull request #532 from isavin/fix_xml_reporter_missing_output_dir
       new  8d2aaba   Merge pull request #541 from ezhuravlev/master
       new  04687ed   Remove preserveOrderAnna from PreserveOrderTest
       new  6231738   Merge pull request #654 from rschmitt/order
       new  7a50479   Upgrade to JCommander 1.48
       new  d5ec5c0   Merge pull request #656 from rschmitt/master
       new  1e592a0   Fix OSGI Import-Package to make jUnit4 dependency optional
       new  c381f5a   Merge pull request #657 from xfournet/junit_optional
       new  de8283b   Merge pull request #353 from jan-swiecki/patch-1
       new  a5f9e37   Merge pull request #477 from kamilszymanski/dtd_typo
       new  bf599b2   Merge pull request #523 from mcosby/master
       new  92b3466   Build fix.
       new  29a2530   Update CHANGES since previous update
       new  eedc1db   Test against OpenJDK7, OracleJDK7 & 8
       new  7132ff0   Merge pull request #661 from juherr/update-changes
       new  98d0a6c   Merge pull request #662 from juherr/jdk8
       new  87485d3   Use Stage.DEVELOPMENT when creating injector
       new  af1f910   Fix #93
       new  78c2649   Fix #310
       new  91f9ddd   Merge pull request #665 from juherr/issue-93
       new  dc3a31b   Merge pull request #666 from juherr/issue-310
       new  d1a9f54   Add test for @Test(enable) feature
       new  49fddc1   Add test in list
       new  ab2ef97   Add test for #87
       new  e7eac6a   Fix #87
       new  2994092   Merge pull request #668 from juherr/enable-tests
       new  d9869cd   Merge pull request #667 from juherr/issue-87
       new  579fe0c   Update pom-test.xml.
       new  72328b1   Don't test on OpenJDK
       new  cd97c53   Revert "Don't test on OpenJDK"
       new  3491b71   Remove log level from test
       new  f7ec38d   Rework failed test
       new  32ff120   Fix regression shown by tests
       new  f96908d   Revert some changes that helped to debug
       new  33658e0   Merge pull request #671 from juherr/issue-travis
       new  ab9105b   Fix cast.
       new  69a8f89   Warnings.
       new  c4c903b   Warnings.
       new  2f919e3   Fix failing test on Windows.
       new  ee7e8f6   Remove unnecessary reflection.
       new  c01bac1   Update CHANGES
       new  ecb4e08   Rework invocationcount tests
       new  ce11604   Fix #425 Wrong invocation order with lastTimeOnly
       new  d1612d3   Update CHANGES
       new  cebfdec   Merge pull request #675 from juherr/update-changes
       new  50a9140   Merge branch 'issue-425' of https://github.com/juherr/testng into juherr-issue-425
       new  06059ca   Merge branch 'juherr-issue-425'
       new  4c4d29c   6.9.0-SNAPSHOT.
       new  409106d   Fix #392
       new  36a896b   Fix #417 Expected Exceptions Message fails to match multi-line messages
       new  cfa61a1   Merge pull request #678 from juherr/issue-417
       new  df73fc1   Add test in the suite
       new  9c11224   Merge pull request #677 from juherr/issue-392
       new  d31a1e6   Merge pull request #490 from dennisbyrne/master
       new  cb8835a   Test fix:
       new  2296d9b   .classpath.
       new  1f23509   make guice stage configurable in suite xml tag
       new  079e10e   Merge pull request #682 from guillaumecle/master
       new  aa7d238   [maven-release-plugin] prepare release testng-6.9.0
       new  e95dd3b   Javadoc fixes.
       new  f16e851   .gitignore
       new  cded252   Merge branch 'master' of github.com:cbeust/testng
       new  c15b0d9   Remove println.
       new  93c4edf   SNAPSHOT.
       new  f5f51cf   [maven-release-plugin] prepare release testng-6.9.0
       new  7142fe6   [maven-release-plugin] prepare for next development iteration
       new  b02eec8   pom.xml
       new  552ce35   [maven-release-plugin] prepare release testng-6.9.0
       new  e5d3e50   pom.xml
       new  4046312   [maven-release-plugin] prepare release testng-6.9.1
       new  0e53100   [maven-release-plugin] prepare for next development iteration
       new  b0251c0   [maven-release-plugin] prepare release testng-6.9.2

The 293 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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