| Line 31... |
Line 31... |
| 31 |
tips.ut_test_type = newTip(-150, 0, 150, 10, 'TEST TYPE','Describes the type of test performed.');
|
31 |
tips.ut_test_type = newTip(-150, 0, 150, 10, 'TEST TYPE','Describes the type of test performed.');
|
| 32 |
tips.ut_passed = newTip(-150, 0, 150, 10, 'PASSED # / Total','Number of tests passed and total number of tests performed (e.g. 9/10).<br>For Coverage test, give the total line coverage for the package in %.');
|
32 |
tips.ut_passed = newTip(-150, 0, 150, 10, 'PASSED # / Total','Number of tests passed and total number of tests performed (e.g. 9/10).<br>For Coverage test, give the total line coverage for the package in %.');
|
| 33 |
tips.ut_summary = newTip(-150, 0, 150, 10, 'TEST SUMMARY','It is optional if the test document is attached.<br>If not, detail the setup, stimulus, and what to check for.');
|
33 |
tips.ut_summary = newTip(-150, 0, 150, 10, 'TEST SUMMARY','It is optional if the test document is attached.<br>If not, detail the setup, stimulus, and what to check for.');
|
| 34 |
tips.ut_review_comments = newTip(-150, 0, 150, 10, 'REVIEW COMMENTS','If the package is not accepted, this will be the Issue number that contains the details of what needs to be done.');
|
34 |
tips.ut_review_comments = newTip(-150, 0, 150, 10, 'REVIEW COMMENTS','If the package is not accepted, this will be the Issue number that contains the details of what needs to be done.');
|
| 35 |
tips.v_ext = newTip(-150, 0, 150, 10, 'VERSION EXTENSION','Supply version extension if required. <br>(e.g. .mas, .syd, .project)');
|
35 |
tips.v_ext = newTip(-150, 0, 150, 10, 'VERSION EXTENSION','Supply version extension if required. <br>(e.g. .mas, .syd, .project)');
|
| 36 |
tips.existingVersion = newTip(-150, 20, 150, 10, 'EXISTING VERSION','Select a version from a list of existing versions.');
|
- |
|
| 37 |
|
36 |
|
| 38 |
tips.BeyondCompare = newTip(-150, 20, 150, 10, 'BEYOND COMPARE','Use this jats command to manually inspect and compare two versions of the package using Beyond Compare.');
|
37 |
tips.BeyondCompare = newTip(-150, 20, 150, 10, 'BEYOND COMPARE','Use this jats command to manually inspect and compare two versions of the package using Beyond Compare.');
|
| 39 |
tips.JatsTest = newTip(-150, 20, 150, 10, 'JATS TEST','Use this jats command to test-build a package before release.');
|
38 |
tips.JatsTest = newTip(-150, 20, 150, 10, 'JATS TEST','Use this jats command to test-build a package before release.');
|
| 40 |
|
39 |
|
| 41 |
|
40 |
|