aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-10-04 16:54:41 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-10-04 16:54:41 +0200
commit7318378623434947d1e5625ceedfa03f3bc2da1d (patch)
tree52fdafb5a962ce67a2594cb22d6006a74e00e01d /it
parent832f36ea43e0d85f977f714b89b0127c089726bf (diff)
downloadsonarqube-7318378623434947d1e5625ceedfa03f3bc2da1d.tar.gz
sonarqube-7318378623434947d1e5625ceedfa03f3bc2da1d.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.xhtml8
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>