projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20af973
)
trailing-whitespace eradication, no functional changes
author
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:25:04 +0000
(15:25 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:25:04 +0000
(15:25 -0700)
src/allmydata/test/test_uri.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_uri.py
b/src/allmydata/test/test_uri.py
index af72fe1704268bc11895c83e92568e7f43052f2b..77e11920cb8f9bffce96de5f9ab6884832b5572c 100644
(file)
--- a/
src/allmydata/test/test_uri.py
+++ b/
src/allmydata/test/test_uri.py
@@
-25,11
+25,11
@@
class Literal(unittest.TestCase):
self.failUnlessEqual(u2.get_size(), len(data))
self.failUnless(u.is_readonly())
self.failIf(u.is_mutable())
-
+
def test_empty(self):
data = "" # This data is some *very* small data!
return self._help_test(data)
-
+
def test_pack(self):
data = "This is some small data"
return self._help_test(data)