65 | | * Construct all the CS-MAP conversion and transformation objects necessary to perform all conversions. This will typically consist of a source cs_Csprm_ object, a cs_Dtcvt_ object, and a target cs_Csprm_ object. |
66 | | * Pointers to such conversion and transformation objects shall be duplicated as necessary to fully populate the test table such that only one instance of any equivalent conversion/transformation object exists. |
67 | | * A function capable of performing any conversion given a pointer to a table entry (which includes the three pointers identified above) will be written. |
68 | | * The host test application will create a new threads and thus cause the execution of the test conversion function with the pointers obtained from the above described table. |
69 | | * The host test application will cause 16 threads to perform the same tests using the same objects concurrently. |
70 | | * This test shall for a specified amount of time, the default value will be 20 seconds. It is expected that each of the 16 threads will execute, on average, 20 times in this period of time. |
71 | | * In the event of an error, the test application lists the indicate the specific test conversion which produced the failure. |
| 65 | * Construct all the CS-MAP conversion and transformation objects necessary to perform all conversions. This will typically consist of a source cs_Csprm_ object, a cs_Dtcvt_ object, and a target cs_Csprm_ object. |
| 66 | * Pointers to such conversion and transformation objects shall be duplicated as necessary to fully populate the test table such that only one instance of any equivalent conversion/transformation object exists. |
| 67 | * A function capable of performing any conversion given a pointer to a table entry (which includes the three pointers identified above) will be written. |
| 68 | * The host test application will create a new threads and thus cause the execution of the test conversion function with the pointers obtained from the above described table. |
| 69 | * The host test application will cause 16 threads to perform the same tests using the same objects concurrently. |
| 70 | * This test shall for a specified amount of time, the default value will be 20 seconds. It is expected that each of the 16 threads will execute, on average, 20 times in this period of time. |
| 71 | * In the event of an error, the test application lists the indicate the specific test conversion which produced the failure. |