Fix inspection test

This commit is contained in:
Mikhail Glukhikh
2017-09-28 13:54:30 +03:00
committed by Mikhail Glukhikh
parent e7e28419e4
commit 7b5842a088
@@ -5,7 +5,7 @@
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt"/>
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Replace '==' with 'Arrays.equals'</problem_class>
<description>Replace '==' with 'Arrays.equals'</description>
<description>Replace '==' with 'contentEquals'</description>
</problem>
<problem>
<file>test.kt</file>
@@ -13,6 +13,6 @@
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/test.kt"/>
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Replace '!=' with 'Arrays.equals'</problem_class>
<description>Replace '!=' with 'Arrays.equals'</description>
<description>Replace '!=' with 'contentEquals'</description>
</problem>
</problems>