Subversion Repositories DevTools

Rev

Rev 6642 | Rev 6882 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6642 Rev 6873
Line 33... Line 33...
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.');
36
 tips.existingVersion      = newTip(-150, 20, 150, 10, 'EXISTING VERSION','Select a version from a list of existing versions.');
37
 
37
 
38
 tips.Codestriker          = newTip(-150, 20, 150, 10, 'CODESTRIKER','ClearCase Only.<br>Use this jats command to make a difference report for uploading to codestriker when creating a new code review topic.');
-
 
39
 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.');
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.');
40
 tips.JatsTest             = newTip(-150, 20, 150, 10, 'JATS TEST','Use this jats command to test-build a package before release.');
39
 tips.JatsTest             = newTip(-150, 20, 150, 10, 'JATS TEST','Use this jats command to test-build a package before release.');
41
                                                           
-
 
42
 
40
 
43
 
41
 
44
 tips.AdditionPending      = newTip(-150, 20, 160, 10, 'ADDITION PENDING', 'This item is pending approval in Release B (the destination release).<p></p><p>'+
42
 tips.AdditionPending      = newTip(-150, 20, 160, 10, 'ADDITION PENDING', 'This item is pending approval in Release B (the destination release).<p></p><p>'+
45
                                                                           'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
43
                                                                           'Go to the Pending Tab in Release B to approve this and other similar items.</p>');
46
 
44