aboutsummaryrefslogtreecommitdiffstats
path: root/server
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
parent4d0e6a694f184787ca32dc319a4ee031820c7e4f (diff)
downloadsonarqube-5981d630ff9637a78868d989f22a3f10f15306c5.tar.gz
sonarqube-5981d630ff9637a78868d989f22a3f10f15306c5.zip
Revert "temporary disable web medium tests"
This reverts commit d9c700ff5c0c9e9908602c51aa24df492e76aa63.
Diffstat (limited to 'server')
-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,
> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Http/Output.php
blob: 1d77350b1a268ae01e3becc3ad42a165a0938237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99