From f388aaaf52dab4ceaf8e5f26c72eb4a0d1d3b3e7 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Thu, 28 Oct 2010 12:09:49 +0000 Subject: Mostly refactored existing test functionality f... Mostly refactored existing test functionality for parallel collections. Added immutable hash set tests. No review. --- test/files/scalacheck/parallel-collections/pc.scala | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'test/files/scalacheck/parallel-collections/pc.scala') diff --git a/test/files/scalacheck/parallel-collections/pc.scala b/test/files/scalacheck/parallel-collections/pc.scala index 3e7ac8c33e..fe406a9408 100644 --- a/test/files/scalacheck/parallel-collections/pc.scala +++ b/test/files/scalacheck/parallel-collections/pc.scala @@ -17,12 +17,13 @@ class ParCollProperties extends Properties("Parallel collections") { //include(immutable.ParallelRangeCheck) // parallel immutable hash maps (tries) - include(immutable.IntIntParallelHashMapCheck) + //include(immutable.IntIntParallelHashMapCheck) // parallel immutable hash sets (tries) + //include(immutable.IntParallelHashSetCheck) // parallel mutable hash maps (tables) - + include(mutable.IntIntParallelHashMapCheck) /* Views */ @@ -41,7 +42,10 @@ object Test { org.scalacheck.Test.Params( rng = new java.util.Random(5134L), testCallback = new ConsoleReporter(0), - workers = 1 + workers = 1, + minSize = 0, + maxSize = 250, + minSuccessfulTests = 250 ), pc ) -- cgit v1.2.3