aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/util/ItUtils.java
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-20 08:35:37 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-29 17:23:19 +0200
commit44eaa37244f20ca311a1a797c961c80706b35251 (patch)
treebd7994fe9a9f2010b4e2e3737be167af27ba8d1c /tests/src/test/java/util/ItUtils.java
parent6f754683a488d38ae95e3f6143f81a1b8f24b0fb (diff)
downloadsonarqube-44eaa37244f20ca311a1a797c961c80706b35251.tar.gz
sonarqube-44eaa37244f20ca311a1a797c961c80706b35251.zip
SONAR-9442 Send email to profile admin on each qprofile update
Diffstat (limited to 'tests/src/test/java/util/ItUtils.java')
-rw-r--r--tests/src/test/java/util/ItUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/util/ItUtils.java b/tests/src/test/java/util/ItUtils.java
index 3ef0d275549..7c41cb2ab34 100644
--- a/tests/src/test/java/util/ItUtils.java
+++ b/tests/src/test/java/util/ItUtils.java
@@ -146,7 +146,6 @@ public class ItUtils {
* Locate the artifact of a fake plugin stored in it/plugins.
*
* @param dirName the directory of it/plugins, for example "sonar-fake-plugin".
- * It assumes that version is 1.0-SNAPSHOT
*/
public static FileLocation pluginArtifact(String dirName) {
return FileLocation.byWildcardMavenFilename(new File("plugins/" + dirName + "/target"), dirName + "-*.jar");
@@ -495,6 +494,7 @@ public class ItUtils {
public static void expectMissingError(Runnable runnable) {
expectHttpError(404, runnable);
}
+
/**
* Missing permissions
*/