summaryrefslogtreecommitdiff
path: root/android/testData/lint
diff options
context:
space:
mode:
authorEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2012-03-01 14:51:10 +0400
committerEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2012-03-01 16:39:22 +0400
commit84c0e5a42962ed449d19757b28113aed0639c764 (patch)
tree4130d055a3b67e673bff6d4c1a87949e4cfecec5 /android/testData/lint
parent9d519974299ac09432dec243f40ea5714bf05599 (diff)
downloadidea-84c0e5a42962ed449d19757b28113aed0639c764.tar.gz
IDEA-81782 replace '<' and '>' by braces in batch-mode messages
Diffstat (limited to 'android/testData/lint')
-rw-r--r--android/testData/lint/global/manifestOrder/expected.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/testData/lint/global/manifestOrder/expected.xml b/android/testData/lint/global/manifestOrder/expected.xml
index 616700c5539..a74086013b1 100644
--- a/android/testData/lint/global/manifestOrder/expected.xml
+++ b/android/testData/lint/global/manifestOrder/expected.xml
@@ -3,6 +3,6 @@
<problem>
<file>AndroidManifest.xml</file>
<line>9</line>
- <description>&lt;uses-sdk&gt; tag appears after &lt;application&gt; tag</description>
+ <description>{uses-sdk} tag appears after {application} tag</description>
</problem>
</problems> \ No newline at end of file