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
7bc8c011
Commit
7bc8c011
authored
Dec 12, 2012
by
Dionysis Zindros
Browse files
Merge into develop
parents
277ca4ed
e8f5d642
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/clients/tests.py
View file @
7bc8c011
...
...
@@ -2293,7 +2293,7 @@ class testPithos(unittest.TestCase):
f
=
open
(
self
.
fname
,
'w'
)
sys
.
stdout
.
write
(
' create random file %s of size %s '
%
(
name
,
size
))
for
hobyte_id
in
range
(
size
/
8
):
for
hobyte_id
in
x
range
(
size
/
8
):
random_bytes
=
os
.
urandom
(
8
)
f
.
write
(
random_bytes
)
if
0
==
(
hobyte_id
*
800
)
%
size
:
...
...
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