| Issue 49: | NPE when used with bew groovy plugin | |
| 1 person starred this issue and may be notified of changes. | Back to list |
See http://jira.codehaus.org/browse/GRECLIPSE-476 Testng occasionally throws npes when looking for tests inside groovy files. This is because IType.getSource() for groovy files occasionally returns null (this is OK according to the spec of that method. However, this is not handled in testng code. I am attaching a patch to fix this problem.
Jan 8, 2010
#1
andrew.e...@gmail.com
|