Changes between Version 11 and Version 12 of MapGuideRfc116


Ignore:
Timestamp:
Jul 14, 2011, 8:29:21 AM (13 years ago)
Author:
NormOlsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc116

    v11 v12  
    119119 * Construct for each unique conversion pair in the test data table a !MgCoordinateSystemTransform object, copying the pointer as necessary to provide a pointer for each occurrence in the table.
    120120 * A function capable of performing all conversions in the table, in sequence, using the !MgCoordinateSystemTransform pointer in each test case, shall be written.
    121  * The host test application will create threads causing each individual thread to execute the test conversion function using the exact same test data and, specifically, a pointer to the same Transform objects.
     121 * The host test application will create threads causing each individual thread to execute the test conversion function using the exact same test data and, using one distinct and separate MgCoordinateSystemTransform instance per thread.
    122122 * The host test application will cause up to 16 threads to be active at any given time.
    123123 * Continue this test for a specified amount of time, defaulting to 20 seconds.