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 6479ff09598332dc8730a9193624f45cbead0d95
Author: outofrange <[email protected]>
Date:   Thu May 16 10:54:26 2013 +0200

    fixed string from "regular exception" to "regular expression"
---
 src/main/java/org/testng/internal/XmlMethodSelector.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/testng/internal/XmlMethodSelector.java 
b/src/main/java/org/testng/internal/XmlMethodSelector.java
index 30499b9..2661987 100755
--- a/src/main/java/org/testng/internal/XmlMethodSelector.java
+++ b/src/main/java/org/testng/internal/XmlMethodSelector.java
@@ -248,7 +248,7 @@ public class XmlMethodSelector implements IMethodSelector {
       throw new TestNGException(e);
     }
 
-    Utils.log("Warning", 2, "The regular exception \"" + methodName + "\" 
didn't match any" +
+    Utils.log("Warning", 2, "The regular expression \"" + methodName + "\" 
didn't match any" +
                " method in class " + className);
   }
 

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