diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-14 09:57:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-14 09:57:30 +0100 |
commit | 561c9a56057cf63a37f79ac71ed68d530b6d6550 (patch) | |
tree | 57f5804256393494a527b797ac8ff560c0772045 /sonar-core/src | |
parent | b24ba4daa1935cbba04dc45df3fc0268e668a476 (diff) | |
download | sonarqube-561c9a56057cf63a37f79ac71ed68d530b6d6550.tar.gz sonarqube-561c9a56057cf63a37f79ac71ed68d530b6d6550.zip |
Fix PurgeDaoTest
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteProject.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteProject.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteProject.xml index 472874f6dee..1d434ed08c6 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteProject.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteProject.xml @@ -16,7 +16,7 @@ build_date="2008-12-02 13:58:00.00" version="[null]" path="[null]"/> - <action_plans id="1" project_id="1" user_id="100" name="SHORT_TERM" description="[null]" deadline="[null]" + <action_plans id="1" project_id="1" name="SHORT_TERM" description="[null]" deadline="[null]" user_login="igor" status="[null]" created_at="[null]" updated_at="[null]" /> <action_plans_reviews action_plan_id="1" review_id="250" /> |