GitHub user skabashnyuk opened a pull request:

    https://github.com/apache/maven-surefire/pull/29

    SUREFIRE-1044 TestNG execution based on XmlClass

    SUREFIRE-1044  Goes back to the state of TestNG execution as it was in 
surefire-plugin 2.15.
    Now method org.testng.TestNG.run during execution contains 1-XmlTestSuite 
with 1-XmlTest as many  XmlClass as we have  test classes
    Since  TESTNG-476 TestNG 6.1 order of test execution should be preserved

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skabashnyuk/maven-surefire master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/29.patch

----
commit 4cf31bcd778218bca2afb314271c49fcf47dbac4
Author: Sergey Kabashnyuk <[email protected]>
Date:   2013-12-01T21:34:57Z

    SUREFIRE-1044  Goes back to the state of TestNG execution as it was in 
surefire-plugin 2.15
    Now method org.testng.TestNG.run during execution contains 1-XmlTestSuite 
with 1-XmlTest as many  XmlClass as we have  test classes
    Since  TESTNG-476 TestNG 6.1 order of test execution should be preserved

----


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to