]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4898 - Removed non used test files
authorStephane Gamard <stephane.gamard@searchbox.com>
Thu, 24 Jul 2014 09:58:22 +0000 (11:58 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Thu, 24 Jul 2014 09:58:33 +0000 (11:58 +0200)
sonar-application/src/test/fake-app/conf/logback-access.xml [deleted file]
sonar-application/src/test/fake-app/conf/sonar.properties [deleted file]
sonar-application/src/test/fake-app/web/META-INF/context.xml [deleted file]
sonar-application/src/test/fake-app/web/WEB-INF/config/logback-access.xml [deleted file]
sonar-application/src/test/fake-app/web/WEB-INF/web.xml [deleted file]
sonar-application/src/test/fake-app/web/index.html [deleted file]

diff --git a/sonar-application/src/test/fake-app/conf/logback-access.xml b/sonar-application/src/test/fake-app/conf/logback-access.xml
deleted file mode 100644 (file)
index 77cfc88..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<!--
-
-    See http://logback.qos.ch/access.html#configuration
-
--->
-<configuration debug="false">
-  <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"/>
-
-  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
-    <file>${SONAR_HOME}/logs/access.log</file>
-    <encoder>
-      <pattern>combined</pattern>
-    </encoder>
-  </appender>
-
-  <appender-ref ref="FILE" />
-</configuration>
diff --git a/sonar-application/src/test/fake-app/conf/sonar.properties b/sonar-application/src/test/fake-app/conf/sonar.properties
deleted file mode 100644 (file)
index e8e111d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# random open port
-sonar.web.port=0
\ No newline at end of file
diff --git a/sonar-application/src/test/fake-app/web/META-INF/context.xml b/sonar-application/src/test/fake-app/web/META-INF/context.xml
deleted file mode 100644 (file)
index 5e31888..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<Context antiJARLocking="true" antiResourceLocking="true">
-</Context>
diff --git a/sonar-application/src/test/fake-app/web/WEB-INF/config/logback-access.xml b/sonar-application/src/test/fake-app/web/WEB-INF/config/logback-access.xml
deleted file mode 100644 (file)
index 3d79231..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<!--
-
-  Log HTTP requests in the file logs/access.log
-
-  See http://logback.qos.ch/access.html#configuration and Tomcat configuration in sonar-application.
-
--->
-
-<configuration debug="false">
-
-  <!-- Required for performance reason. See http://www.slf4j.org/legacy.html#jul-to-slf4j -->
-  <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"/>
-
-  <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
-    <file>${SONAR_HOME}/logs/access.log</file>
-    <rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
-      <param name="FileNamePattern" value="${SONAR_HOME}/logs/access.%i.log"/>
-      <param name="MinIndex" value="1"/>
-      <param name="MaxIndex" value="3"/>
-    </rollingPolicy>
-    <triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
-      <param name="MaxFileSize" value="5MB"/>
-    </triggeringPolicy>
-    <encoder>
-      <pattern>combined</pattern>
-    </encoder>
-  </appender>
-
-  <appender-ref ref="FILE" />
-</configuration>
diff --git a/sonar-application/src/test/fake-app/web/WEB-INF/web.xml b/sonar-application/src/test/fake-app/web/WEB-INF/web.xml
deleted file mode 100644 (file)
index 9f13dab..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://java.sun.com/xml/ns/javaee"
-         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
-         id="Fake"
-         version="3.0"
-         metadata-complete="true">
-
-  <display-name>Fake</display-name>
-
-</web-app>
diff --git a/sonar-application/src/test/fake-app/web/index.html b/sonar-application/src/test/fake-app/web/index.html
deleted file mode 100644 (file)
index 5e1c309..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Hello World
\ No newline at end of file