Skip to content

Commit

Permalink
Added: skipfailedinvocations under <suite> in testng-1.0.dtd (Gael Ma…
Browse files Browse the repository at this point in the history
…rziou
  • Loading branch information
cbeust committed Mar 24, 2009
1 parent a1d8392 commit 32a38ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,7 @@
5.9

Added: New ant task boolean flag: delegateCommandSystemProperties (Justin)
Added: skipfailedinvocations under <suite> in testng-1.0.dtd (Gael Marziou / Stevo Slavic)
Added: -testrunfactory on the command line and in the ant task (Vitalyi Pamajonkov)
Added: TESTNG-298: parallel="classes", which allows entire classes to be run in the same thread
Added: @BeforeMethod can now declare Object[] as a parameter, which will be filled by the parameters of the test method
Expand Down
3 changes: 3 additions & 0 deletions src/main/testng-1.0.dtd
Expand Up @@ -35,6 +35,7 @@ Cedric Beust & Alexandru Popescu
<!-- Attributes: -->
<!--
@attr name The name of this suite (as it will appear in the reports)
@attr junit Whether to run in JUnit mode.
@attr verbose How verbose the output on the console will be.
This setting has no impact on the HTML reports.
@attr parallel Whether TestNG should use different threads
Expand All @@ -46,6 +47,7 @@ Cedric Beust & Alexandru Popescu
use JDK5 annotations.
@attr time-out the time to wait in milliseconds before aborting the
method (if parallel="methods") or the test (parallel="tests")
@attr skipfailedinvocationCounts Whether to skip failed invocations.
-->
<!ATTLIST suite
name CDATA #REQUIRED
Expand All @@ -55,6 +57,7 @@ Cedric Beust & Alexandru Popescu
thread-count CDATA "5"
annotations CDATA #IMPLIED
time-out CDATA #IMPLIED
skipfailedinvocationCounts (true | false) "false"
>

<!-- A list of XML files that contain more suite descriptions -->
Expand Down

0 comments on commit 32a38ce

Please sign in to comment.