diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-02-08 16:19:27 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-02-08 16:19:27 +0100 |
commit | 83a14ffbf5cb15d372c35490f9ae6a033745b96e (patch) | |
tree | 8fbb46b43c57bcc05970955ccc70fb2b92a0a971 /sonar-plugin-api/test-resources | |
parent | 12cdab111316cf96aaa4baec4a04885855fbb68e (diff) | |
download | sonarqube-83a14ffbf5cb15d372c35490f9ae6a033745b96e.tar.gz sonarqube-83a14ffbf5cb15d372c35490f9ae6a033745b96e.zip |
SONAR-3860 Delete test file containing the BOM character and improve unit test in order to see the BOM character
Diffstat (limited to 'sonar-plugin-api/test-resources')
-rw-r--r-- | sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java b/sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java deleted file mode 100644 index 1df2b0916bd..00000000000 --- a/sonar-plugin-api/test-resources/org/sonar/api/batch/AbstractSourceImporterTest/encoding/FileWithBom.java +++ /dev/null @@ -1,7 +0,0 @@ -public class FileWithBom { - - public FileWithBom() { - - } - -} |