diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-04 16:54:41 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-04 17:55:22 +0200 |
commit | 4a51df1c2da4f88bc0c3abecb38a2b79e707078c (patch) | |
tree | 0fe0e7cab17338abe294c6affd7d0be1f991dca8 /it | |
parent | ce3ce96c67a779c82ecd12e29cbf861b0d0a6476 (diff) | |
download | sonarqube-4a51df1c2da4f88bc0c3abecb38a2b79e707078c.tar.gz sonarqube-4a51df1c2da4f88bc0c3abecb38a2b79e707078c.zip |
Fix PluginsTest on web plugin
Latest release of the web plugin has fixed some FP, so no more issue was generated on the test file.
A line has been removed from the file to generate a real issue
Diffstat (limited to 'it')
-rw-r--r-- | it/it-projects/plugins/project/src/web/sample.xhtml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/it/it-projects/plugins/project/src/web/sample.xhtml b/it/it-projects/plugins/project/src/web/sample.xhtml index 9207ba54200..45a212717b2 100644 --- a/it/it-projects/plugins/project/src/web/sample.xhtml +++ b/it/it-projects/plugins/project/src/web/sample.xhtml @@ -1,8 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" - xmlns:ui="http://java.sun.com/jsf/facelets" - xmlns:h="http://java.sun.com/jsf/html" - xmlns:f="http://java.sun.com/jsf/core"> + xmlns:h="http://java.sun.com/jsf/html" + xmlns:f="http://java.sun.com/jsf/core"> <f:metadata> <f:viewParam name="user" value="#{userEdit.user}" converter="#{userConvertor}" /> @@ -10,7 +9,6 @@ </f:metadata> <h:head> - <title>User list</title> </h:head> <h:body> @@ -45,4 +43,4 @@ </h:form> </h:body> -</html>
\ No newline at end of file +</html> |