diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-09 11:11:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-10 11:26:30 +0200 |
commit | 9a2b65ef12ccccda5d4d0bfdd0afad6538252fdc (patch) | |
tree | c94a032b7a7063bb96867281c1444fde51684bf7 /sonar-core/src/test/resources | |
parent | e326e4e042accf475341aec6a6cb6d4576d07f85 (diff) | |
download | sonarqube-9a2b65ef12ccccda5d4d0bfdd0afad6538252fdc.tar.gz sonarqube-9a2b65ef12ccccda5d4d0bfdd0afad6538252fdc.zip |
SONAR-6567 send notifications on QGate failures
Diffstat (limited to 'sonar-core/src/test/resources')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/shouldFindUsersForNotification.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/shouldFindUsersForNotification.xml b/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/shouldFindUsersForNotification.xml index e941d29dfca..18c4d691284 100644 --- a/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/shouldFindUsersForNotification.xml +++ b/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/shouldFindUsersForNotification.xml @@ -1,5 +1,8 @@ <dataset> + <projects id="45" uuid="uuid_45"/> + <projects id="56" uuid="uuid_56"/> + <properties id="1" prop_key="notification.NewViolations.Email" |