]> source.dussan.org Git - sonarqube.git/commitdiff
Fix PluginsTest on web plugin
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 4 Oct 2016 14:54:41 +0000 (16:54 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 4 Oct 2016 14:54:41 +0000 (16:54 +0200)
 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

it/it-projects/plugins/project/src/web/sample.xhtml

index 9207ba54200f06ee866e1b277057f377dd00a192..45a212717b229b2c9e26051ce2bf028ba8ea26c7 100644 (file)
@@ -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>