summaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-22 21:01:42 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-22 21:01:42 +0000
commit4da6caa4a5d513296cdc0f2bdd4e85d6c8301b78 (patch)
treefc3c9f76e4a7eb271f1aa68b8b440cc1822847c5 /sonar-ws-client/src
parent86a7530425f7997ebf082fbbf781b1a324590e47 (diff)
downloadsonarqube-4da6caa4a5d513296cdc0f2bdd4e85d6c8301b78.tar.gz
sonarqube-4da6caa4a5d513296cdc0f2bdd4e85d6c8301b78.zip
sonar-gwt-api : activate the parallel unit tests
Diffstat (limited to 'sonar-ws-client/src')
-rw-r--r--sonar-ws-client/src/test/java/org/sonar/wsclient/services/EventQueryTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-client/src/test/java/org/sonar/wsclient/services/EventQueryTest.java b/sonar-ws-client/src/test/java/org/sonar/wsclient/services/EventQueryTest.java
index 5eec4d1180e..b3a4eb62270 100644
--- a/sonar-ws-client/src/test/java/org/sonar/wsclient/services/EventQueryTest.java
+++ b/sonar-ws-client/src/test/java/org/sonar/wsclient/services/EventQueryTest.java
@@ -67,7 +67,7 @@ public final class EventQueryTest {
assertNotNull(query.getResourceKey());
assertNotNull(query.getCategories());
- final String url = query.getUrl();
+ String url = query.getUrl();
assertNotNull(url);
assertTrue(url.contains("fromDateTime"));
assertTrue(url.contains("toDateTime"));