diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2012-11-29 11:18:53 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2012-11-29 11:18:53 +0100 |
commit | 9322b252de6c294af1b54377c9df3a7c737771f8 (patch) | |
tree | 0b3e9ebcf74ef49c3f32da0e41c31742ad46b815 /sonar-plugin-api/src/test/resources | |
parent | 5f283a0a38d0d3aff9b228138b5b339ddc3362fc (diff) | |
download | sonarqube-9322b252de6c294af1b54377c9df3a7c737771f8.tar.gz sonarqube-9322b252de6c294af1b54377c9df3a7c737771f8.zip |
SONAR-1352 Update export profile xml to include period alert properties
Diffstat (limited to 'sonar-plugin-api/src/test/resources')
-rw-r--r-- | sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml index 1a1859836c8..1ae4e6eda4a 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml @@ -6,6 +6,7 @@ <alerts> <alert> <metric>coverage</metric> + <period>1</period> <operator><</operator> <error>60</error> <warning>80</warning> |