This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 4124eef0a1b6b6887137e1763a70e35980a2a56c Author: Kamil Szymanski <[email protected]> Date: Wed Jan 22 22:05:55 2014 +0100 Fixed typo in DTD attribute comment --- src/main/java/testng-1.0.dtd.html | 2 +- src/main/resources/testng-1.0.dtd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/testng-1.0.dtd.html b/src/main/java/testng-1.0.dtd.html index abdc835..53873aa 100644 --- a/src/main/java/testng-1.0.dtd.html +++ b/src/main/java/testng-1.0.dtd.html @@ -64,7 +64,7 @@ Cedric Beust & Alexandru Popescu @attr time-out The time to wait in milliseconds before aborting the method (if <span class="attribute">parallel="methods"</span> ) or the test (parallel="tests") @attr skipfailedinvocationCounts Whether to skip failed invocations. -@attr data-provider-thread-count An integer givin the size of the thread pool to use +@attr data-provider-thread-count An integer giving the size of the thread pool to use for parallel data providers. @attr object-factory A class that implements IObjectFactory that will be used to instantiate the test objects. diff --git a/src/main/resources/testng-1.0.dtd b/src/main/resources/testng-1.0.dtd index f6920a3..3e039f6 100755 --- a/src/main/resources/testng-1.0.dtd +++ b/src/main/resources/testng-1.0.dtd @@ -50,7 +50,7 @@ Cedric Beust & Alexandru Popescu @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. -@attr data-provider-thread-count An integer givin the size of the thread pool to use +@attr data-provider-thread-count An integer giving the size of the thread pool to use for parallel data providers. @attr object-factory A class that implements IObjectFactory that will be used to instantiate the test objects. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

