summaryrefslogtreecommitdiff
path: root/plugins/properties/testData/duplicateProperty/duplicateValuesInDifferentFiles/expected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/properties/testData/duplicateProperty/duplicateValuesInDifferentFiles/expected.xml')
-rw-r--r--plugins/properties/testData/duplicateProperty/duplicateValuesInDifferentFiles/expected.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/properties/testData/duplicateProperty/duplicateValuesInDifferentFiles/expected.xml b/plugins/properties/testData/duplicateProperty/duplicateValuesInDifferentFiles/expected.xml
new file mode 100644
index 000000000000..0333b5edb5c6
--- /dev/null
+++ b/plugins/properties/testData/duplicateProperty/duplicateValuesInDifferentFiles/expected.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<problems>
+ <problem>
+ <file>Test1.properties</file>
+ <line>1</line>
+ <description>Duplicate</description>
+ </problem>
+ <problem>
+ <file>Test2.properties</file>
+ <line>1</line>
+ <description>Duplicate</description>
+ </problem>
+</problems> \ No newline at end of file