diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-09-10 10:41:48 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-10 12:26:16 +0200 |
commit | 5981d630ff9637a78868d989f22a3f10f15306c5 (patch) | |
tree | bbf6d5a878689e110129eb2227e8f0b77a8a2a4c /server/sonar-web/test | |
parent | 4d0e6a694f184787ca32dc319a4ee031820c7e4f (diff) | |
download | sonarqube-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.js | 22 |
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, |