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 43aeed8a688886fc43bf4927487e060ed1fb3692
Author: Jan Święcki <[email protected]>
Date:   Mon Mar 11 15:45:41 2013 +0100

    Fixed a typo in documentation.
---
 doc/documentation-main.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/documentation-main.html b/doc/documentation-main.html
index 5b2371e..9bb2465 100644
--- a/doc/documentation-main.html
+++ b/doc/documentation-main.html
@@ -1367,7 +1367,7 @@ public void serverStartedOk() {}
 @Test(groups = { "init" })
 public void initEnvironment() {}
 
-@Test(dependsOnGroups = { "init.* })
+@Test(dependsOnGroups = { "init.*" })
 public void method1() {}
 </pre>
 

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

Reply via email to