Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
e4ff4453
Commit
e4ff4453
authored
May 22, 2013
by
Stavros Sachtouris
Browse files
Fix typo (permition --> permission)
parent
117ca598
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/clients/livetest/pithos.py
View file @
e4ff4453
...
...
@@ -1161,8 +1161,8 @@ class Pithos(livetest.Generic):
"""Check permissions"""
self
.
client
.
set_object_sharing
(
obj
,
read_permi
t
ion
=
[
'u4'
,
'u5'
],
write_permi
t
ion
=
[
'u4'
])
read_permi
ss
ion
=
[
'u4'
,
'u5'
],
write_permi
ss
ion
=
[
'u4'
])
r
=
self
.
client
.
get_object_sharing
(
obj
)
self
.
assertTrue
(
'read'
in
r
)
self
.
assertTrue
(
'u5'
in
r
[
'read'
])
...
...
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