From 7fe455dc3f6853b760737e862b805c85541841e5 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Fri, 7 Mar 2014 06:37:38 +0100 Subject: [PATCH] Temporary rename file because of uppercase --- .../Import_linear_with_offset2.xml | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 sonar-core/src/test/resources/org/sonar/core/technicaldebt/RuleDebtXMLImporterTest/Import_linear_with_offset2.xml diff --git a/sonar-core/src/test/resources/org/sonar/core/technicaldebt/RuleDebtXMLImporterTest/Import_linear_with_offset2.xml b/sonar-core/src/test/resources/org/sonar/core/technicaldebt/RuleDebtXMLImporterTest/Import_linear_with_offset2.xml new file mode 100644 index 00000000000..d1af28f5a4c --- /dev/null +++ b/sonar-core/src/test/resources/org/sonar/core/technicaldebt/RuleDebtXMLImporterTest/Import_linear_with_offset2.xml @@ -0,0 +1,54 @@ + + + + + USABILITY + Usability + Estimate usability + + + EFFICIENCY + Efficiency + + MEMORY_EFFICIENCY + Memory use + + checkstyle + Regexp + + remediationFactor + 3.0 + h + + + remediationFunction + linear_offset + + + offset + 1.0 + min + + + + + + -- 2.39.5