[testng] annotated tag testng-6.8.11 created (now 869a2a8)

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


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

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

        at  869a2a8   (tag)
   tagging  9940022f7b5c5fc6b63d61ef3752261bb74200a4 (commit)
  replaces  testng-6.8.10
 tagged by  Cedric Beust
        on  Thu Dec 18 10:56:32 2014 -0800

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

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

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

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  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  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  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  5f8941a   AfterClass does not get executed when MethodInterceptor is involved.
       new  b64b7e3   Merge pull request #525 from krmahadevan/krmahadevan-FixAfterClassInvocationDiscrepancy
       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  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  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

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