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
synnefo
Commits
a7a8a844
Commit
a7a8a844
authored
Jul 25, 2013
by
Sofia Papagiannaki
Browse files
pithos: Fix pithos test views
parent
998ea91f
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/pithos/api/test/views.py
View file @
a7a8a844
...
...
@@ -80,7 +80,8 @@ class ObjectGetView(PithosAPITest):
parts
=
list
(
urlsplit
(
r
[
'Location'
]))
qs
=
parse_qs
(
parts
[
3
])
self
.
assertTrue
(
'next'
in
qs
)
self
.
assertEqual
(
qs
[
'next'
][
0
],
self
.
view_url
)
self
.
assertEqual
(
qs
[
'next'
][
0
],
join_urls
(
pithos_settings
.
BASE_HOST
,
self
.
view_url
))
def
test_versions
(
self
):
c
=
self
.
cname
...
...
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