Changes between Version 11 and Version 12 of MapGuideRfc116
- Timestamp:
- 07/14/11 08:29:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc116
v11 v12 119 119 * 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. 120 120 * 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. 122 122 * The host test application will cause up to 16 threads to be active at any given time. 123 123 * Continue this test for a specified amount of time, defaulting to 20 seconds.