summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/testdir
Commit message (Collapse)AuthorAgeFilesLines
* run ScalaCheck tests directly, not through partestSeth Tisue2017-01-272-17/+0
| | | | | | | | | | | ScalaCheck ever being under partest in the first place is ancient history, from back in the Ant build days (shudder) ScalaCheck support was removed from partest 1.1.0, which we already upgraded to in a recent commit also upgrades ScalaCheck from 1.11.6 to 1.13.4, since we might as well. no source changes were necessary.
* An issue with scalacheck and actors where an ex...Aleksandar Pokopec2010-10-052-0/+17
An issue with scalacheck and actors where an excess of thread pools gets created - tmp fix. No review.