| A Testing Suite for the util.word.IssueSearchFactory class. This class
includes concurrency tests, which have timings on a much shorter time
scale than is possible in production. Attempts to shorten the maxWait
even further causes tests to fail, just because threads to not necessarily
wake up immediately on the notifyAll signal. if failures are seen, try
adjusting maxWait used here up before assuming the code is broken. Max
wait in production is measured in seconds, values in this class are
given in millis.
author: John McNally version: $Id: IssueSearchFactoryTest.java 9446 2005-03-12 11:59:50Z jorgeuriarte $ |