[testng] 202/355: Typo
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:05 UTC 2015
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 7d1465090c9cae95cef45f4befd8baef557f24c9
Author: Julien Herr <julien.herr at alcatel-lucent.com>
Date: Wed Apr 22 22:50:40 2015 +0200
Typo
---
src/test/java/test/invokedmethodlistener/InvokedMethodListenerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/test/invokedmethodlistener/InvokedMethodListenerTest.java b/src/test/java/test/invokedmethodlistener/InvokedMethodListenerTest.java
index 2fc9f2b..f6580c1 100644
--- a/src/test/java/test/invokedmethodlistener/InvokedMethodListenerTest.java
+++ b/src/test/java/test/invokedmethodlistener/InvokedMethodListenerTest.java
@@ -69,7 +69,7 @@ public class InvokedMethodListenerTest extends SimpleBaseTest {
}
@Test(description = "Test methods with expected exceptions should show up as pass" +
- " in IInvokedMethodListener's afterInvocaiton method")
+ " in IInvokedMethodListener's afterInvocation method")
public void testMethodsWithExpectedExceptionsShouldShowUpAsPass() {
TestNG tng = create(Sample2.class);
Sample2.Sample2InvokedMethodListener l = new Sample2().new Sample2InvokedMethodListener();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git
More information about the pkg-java-commits
mailing list