[testng] annotated tag testng-5.14.3 created (now 72a425d)

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


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

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

        at  72a425d   (tag)
   tagging  3d9a489e9a6cd7e0507c2d7f7812b7f2b07de7a8 (commit)
  replaces  testng-5.14.2
 tagged by  Cedric Beust
        on  Wed Dec 15 11:04:15 2010 -0800

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

Ansgar Konermann (10):
      Prevent NPE in SuiteRunner by creating invokedMethod object earlier.
      Compiles nicely against TestNG 5.14.3-SNAPSHOT with fixed NPE. Can compile DRL rule files from class level annotations. Root directory for rules given as TestNG suite parameter.
      Refactoring to cleaner code: Invoker uses dedicated invoker class to invoke IInvokedMethodListeners.
      Merge remote branch 'remotes/cbeust/master'
      Minor code cosmetic (member prefix, etc.)
      Minor code cosmetic (indentation)
      Added javadoc and tests for org.testng.internal.invokers.InvokedMethodListener*
      Moving dummy listener classes into test class.
      Minor refactoring (readability)
      Added class-level javadoc for InvokedMethodListenerInvoker.java

Cedric Beust (154):
      [maven-release-plugin] prepare for next development iteration
      Fixed: Methods depending on a group they belong were skipped instead of throwing a cycle exception
      Maven Surefire compatibility fixes.
      Bumped version of pom-test.xml.
      Updated verify-release script to validate pom.xml and pom-test.xml.
      New link about TestNG, Mockito and Emma.
      Fixed: IDEA's plug-in was not honoring ITest (fixed in TestResultMessage).
      Updated CHANGES
      Version bumps.
      Patch for ITest support in IDEA (Anna Kozlova).
      Fixed: IDEA-59073: exceptions that don't match don't have stack trace printed in console (Anna Kozlova)
      Restore public for getCurrentTestResult().
      Maven compatibility fix (Brett Porter).
      Eclipse plug-in compatibility fix.
      CHANGES update.
      Updated CHANGES.
      Better handling of errors and failures in the JUnitReporter.
      Better formatting of the time taken.
      Temp files
      Reverting the clean up changes, which broke the ant task.
      Eclipse doc update.
      Better stack trace for JUnitReporter.
      Fixed inheritance error in the JUnitReports.
      Download doc update.
      CHANGES update.
      Classpath update.
      Fix for the Eclipse plug-in to display suite and tests in the tree view.
      CHANGES update.
      Updated pom.
      Merge branch 'nullin'
      Point doc to the old plug-in page.
      No-op.
      CHANGES update.
      Temp test files for package testing.
      Fixed: EmailableReporter now sorts methods chronologically
      Added: It's now possible "Run/Debug As" with a right click from pretty much anywhere
      New link.
      Eclipse plug-in work.
      CHANGES update.
      Restore the display of ITest#getTestName in the Eclipse plug-in.
      Merge branch 'nullin'
      Style fixes.
      Skipped tests were not always counted.
      TestMessage's second parameter should be the XML name.
      Temp files.
      Tests for the count fix.
      Temp file.
      Updated CHANGES.
      Commented out a trace.
      Temp files.
      Temp files.
      Merge branch 'master' of github.com:cbeust/testng
      Making TestNGAntTask more extensible.
      Fixed: TESTNG-436: Deep Map comparison for assertEquals() (Nikolay Metchev)
      Forgot a file in my previous commit.
      The verbose level of testng.xml wasn't passed correctly when creating the worker.
      Comment update.
      CHANGES update.
      Verbose specified on the TestNG object should override the one in the suites.
      CHANGES update.
      Running an existing suite now copies that existing suite to the Remote location.
      Create a directory before copying the suite file there.
      Added excluded method support to the string protocol.
      New features in the Eclipse plug-in.
      Merge branch 'master' of github.com:cbeust/testng
      Merge branch 'master' of github.com:cbeust/testng
      First pass at refactoring the protocol.
      Now allowing multiple protocol senders.
      Now runnning but not stopping properly.
      Normal mode working, debug NP then loops.
      New protocol working for strings.
      Updated README.
      testng.xml working, need to remove debug messages and clean up.
      Remote test client.
      Introduced -Dtestng.eclipse.stringprotocol to run the old protocol.
      Better RemoteTest.
      Better RemoteTest.
      Temp files
      Merge branch 'master' of github.com:cbeust/testng
      Updated RemoteTest Javadoc.
      Use a MessageHub instead of a MessageSender.
      Getter for MessageHub.
      Added "descriptions" in the excluded method table.
      CHANGES.txt
      Fixed: TESTNG-441: NPE in SuiteHTMLReporter#generateMethodsChronologically caused by a race condition (Slawomir Ginter)
      Merge branch 'master' into Protocol
      Added tests for RemoteTestNG.
      Merge branch 'Protocol' of github.com:cbeust/testng into Protocol
      Forgot a file
      Merge branch 'Protocol' of github.com:cbeust/testng into Protocol
      Merge branch 'master' into Protocol
      Fixed RemoteTest to use unique port numbers.
      Fixed an NPE if verbose is not specified explicitly.
      Fixed: NPE when verbose isn't specified.
      New RemoteTestNG protocol (using serialization)
      Merge branch 'nullin'
      Verbose of junit-suite.xml back to 1.
      NPE fix.
      Fixed: XML files should be run in place and not copied.
      CHANGES update.
      Temp files.
      Added support for invocationCount in the protocol.
      Fixed: XmlTest#toXml wasn't displaying the thread-count attribute
      Restored a few log() methods in Reporter.
      Reporter API tests.
      Better jar building, added guice3 target.
      Build minor fix.
      Merge branch 'master' of https://github.com/xfournet/testng into xfournet-master
      Pictures for the documentation.
      Updated Eclipse doc.
      Exposing the buffer in ClassSuite.
      Better formatting for XmlPackage#toXml.
      Don't display default values in the generated XML.
      Minor fix to XML formatting.
      XmlClass doesn't always resolve the class.
      Allow abstract methods in superclasses to specify @Test annotations.
      Fix comment.
      Fixed: <suite junit="true"> wasn't working.
      Fixed: test listeners that throw were not reporting correctly (ansgarkonermann)
      Switching to jarjar.
      Cleaned up build.properties.
      Added a timeout in initReceiver().
      Source reformatting.
      Extracted testng-results.xml in a constant.
      First pass at monitoring testng-results.xml.
      Display correct duration values for test methods.
      Parameters now displayed when read from testng-results.xml.
      Removed trace.
      Fixed: Better handling of classes that don't have any TestNG annotations
      Minor doc fix.
      Added Parser#setLoadClasses(boolean).
      Honor loadClasses when trying to instantiate the object factory.
      Merge branch 'master' of https://github.com/ansgarkonermann/testng into ansgarkonermann-master
      Additional cosmetic changes.
      More clean up.
      Fixed NPE when dealing with interfaces.
      Doc update
      Merge branch 'master' of github.com:cbeust/testng
      Package testing xml file.
      Updated poms to compile against the modified guice.jar.
      Added: @Test(guiceModule)
      Merge branch 'ansgarkonermann-master'
      Better error handling in TestNG.
      Guice code clean up.
      Introduced @Guice(modules = ...).
      Allow object factories to work with class with no parameterless constructors.
      Warning message when no testng.xml was found in the jar file.
      Better default for @Guice(modules).
      CHANGES update.
      Fixed the logger (from pasjoshua).
      Removed RemoteTestNG trace.
      Updating JCommander to 1.12.
      .classpath update.
      [maven-release-plugin] prepare release testng-5.14.3

Xavier Fournet (2):
      Add OSGi headers in MANIFEST.MF
      Add OSGi headers in MANIFEST.MF

nullin (20):
      Remove Graph.main() and change assert to Assert.assertTrue() in GraphTest
      code cleanup for src/main
      code cleanup for src/test
      code cleanup for src/main
      Merge branch 'master' of git://github.com/cbeust/testng
      Merge branch 'master' of github.com:nullin/testng
      State reason for exeption
      Remove TODO: renamed findFactoryMethod to findDeclaredFactoryMethod
      Fixed: TESTNG-411: Throw exception on mismatch of parameter values (via DP and/or Inject) and test parameters
      Removed setAllTestMethods
      Convert parameter origin values from int to enum
      Invoker.invokeTestMethods
      nit cleanup in TestMethodWorker
      Fix handling of -reporter on cli and <reporter> tag in ant task
      Merge branch 'master' of git://github.com/cbeust/testng
      Merge branch 'master' of git://github.com/cbeust/testng
      Merge branch 'master' of git://github.com/cbeust/testng
      Merge branch 'master' of git://github.com/cbeust/testng
      Whitespace cleanup in testng.xml
      Fixed: TESTNG-438: Regression in 5.14.1: JUnit Test Execution no longer working

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

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