Andrea Aime wrote:
> Main takes time because it's big and whatnot, yet there is a specific
> test that it's slow, and hits only windows (there is a check for the
> operating system in the tests, the slow part is skipped on unix):
> DataUtilitiesTest.testUrlToFile.
> In that test an attempt to acce
Martin Desruisseaux ha scritto:
> Andrea Aime a écrit :
>> I personally had a look into the EPSG authority one
>> and spotted a handful of tests that are using most of the time,
>> they are tests checking full scans of the db looking for
>> a code it's not there and a multithreaded load test. Makin
Andrea Aime a écrit :
> I personally had a look into the EPSG authority one
> and spotted a handful of tests that are using most of the time,
> they are tests checking full scans of the db looking for
> a code it's not there and a multithreaded load test. Making
> them into "extensive" ones takes t