Currently, emails that include patchset-level comments will have links to the file /PATCHSET_LEVEL. This is changed in such way that all of those links will now link to the comments tab. Also, the name of the file in the email was /PATCHSET_LEVEL, but now it is "Patchset". There are currently no tests about links being valid, simply because it requires a brute-force string comparison. In my opinion, such a test won't add much value anyway. There is now a test about patchset level email notifications, that confirms that the name /PATCHSET_LEVEL was changed to Patchset Level, and also confirms that any links involving "/PATCHSET_LEVEL" were omitted. Change-Id: I08b6bcaff618ce4a645b1de936339f31d0fe0b15
constants folder should contain:
- constants used across files
- messages used across files, like toasters, notifications etc
For every constant defined, please add a @desc for it, once the list grows bigger,
we should consider grouping them with sub folders / files.