Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
og
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
og
Commits
2ce02afe
Commit
2ce02afe
authored
May 17, 2017
by
Aron Novak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "og_ui/og_ui.test: temporary test break to test Travis error detection"
This reverts commit
e6a6a025
.
parent
e6a6a025
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
og_ui/og_ui.test
og_ui/og_ui.test
+1
-1
No files found.
og_ui/og_ui.test
View file @
2ce02afe
...
...
@@ -40,7 +40,7 @@ class OgUiUserPermissionsTestCase extends DrupalWebTestCase {
// Remove a permission.
$this
->
drupalPost
(
'admin/config/group/permissions/entity_test/main'
,
array
(
'1[subscribe]'
=>
FALSE
),
t
(
'Save permissions'
));
$this
->
assertText
(
t
(
'The changes have been saved
NOT
.'
),
t
(
'Successful save message displayed.'
));
$this
->
assertText
(
t
(
'The changes have been saved.'
),
t
(
'Successful save message displayed.'
));
// FIXME: There is an og_invalidate_cache() on permissions granting
// and revoking, but somehow, we need to do it manually here.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment