2009/9/28 Hans Dockter <[email protected]>

>
> On Sep 28, 2009, at 9:21 PM, Russel Winder wrote:
>
>  and I think this applies to the 0.8 release.
>>
>> Something has been changed regarding running TestNG tests at the very
>> last moment before the 0.8 release.  My TestNG tested Java project that
>> ran all its tests successfully until today now no longer appears to have
>> any tests:
>>
>> 20:16:20.175 [main] DEBUG o.g.a.tasks.testing.TestClassScanner -
>> test-class-scan : scanning org/devjavasoft/ads/tests/Heap_Test.class
>>
>> and all the other equivalents result in no tests being found and run.
>>
>
> I have applied the following patch today:
> http://jira.codehaus.org/browse/GRADLE-657 (a one liner)
>
> @Tom: Could you check if this might be related to Russel's problem?
>
I don't think so, I just checked the history of the TestClassScanner and it
propably has something to do with the SourceSet changes, I suspect that the
visit(new FileVisitor) method behaves differently than before, I don't know
if the SourceSet stuff uses Ant FileSets behind the scenes but with Ant
FileSets no includes / excludes result in all files being included, perhaps
now it doesn't include anything?

>
> - Hans
>
> --
> Hans Dockter
> Gradle Project Manager
> http://www.gradle.org
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to