aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/resources
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2012-11-29 11:18:53 +0100
committerJulien Lancelot <julien.lancelot@gmail.com>2012-11-29 11:18:53 +0100
commit9322b252de6c294af1b54377c9df3a7c737771f8 (patch)
tree0b3e9ebcf74ef49c3f32da0e41c31742ad46b815 /sonar-plugin-api/src/test/resources
parent5f283a0a38d0d3aff9b228138b5b339ddc3362fc (diff)
downloadsonarqube-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.xml1
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>&lt;</operator>
<error>60</error>
<warning>80</warning>