aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/test
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-09-10 10:41:48 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-09-10 12:26:16 +0200
commit5981d630ff9637a78868d989f22a3f10f15306c5 (patch)
treebbf6d5a878689e110129eb2227e8f0b77a8a2a4c /server/sonar-web/test
parent4d0e6a694f184787ca32dc319a4ee031820c7e4f (diff)
downloadsonarqube-5981d630ff9637a78868d989f22a3f10f15306c5.tar.gz
sonarqube-5981d630ff9637a78868d989f22a3f10f15306c5.zip
Revert "temporary disable web medium tests"
This reverts commit d9c700ff5c0c9e9908602c51aa24df492e76aa63.
Diffstat (limited to 'server/sonar-web/test')
-rw-r--r--server/sonar-web/test/intern.js22
1 files changed, 10 insertions, 12 deletions
diff --git a/server/sonar-web/test/intern.js b/server/sonar-web/test/intern.js
index 0c1c270526f..fafb9dbe5b3 100644
--- a/server/sonar-web/test/intern.js
+++ b/server/sonar-web/test/intern.js
@@ -24,19 +24,17 @@ define(['intern'], function (intern) {
'test/unit/csv.spec'
],
- // FIXME enable functional tests
- // TODO fix FP
functionalSuites: [
- //'test/medium/users.spec',
- //'test/medium/issues.spec',
- //'test/medium/update-center.spec',
- //'test/medium/computation.spec',
- //'test/medium/coding-rules.spec',
- //'test/medium/custom-measures.spec',
- //'test/medium/quality-profiles.spec',
- //'test/medium/source-viewer.spec',
- //'test/medium/global-permissions.spec',
- //'test/medium/project-permissions.spec'
+ 'test/medium/users.spec',
+ 'test/medium/issues.spec',
+ 'test/medium/update-center.spec',
+ 'test/medium/computation.spec',
+ 'test/medium/coding-rules.spec',
+ 'test/medium/custom-measures.spec',
+ 'test/medium/quality-profiles.spec',
+ 'test/medium/source-viewer.spec',
+ 'test/medium/global-permissions.spec',
+ 'test/medium/project-permissions.spec'
],
tunnel: tunnel,