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:
b1be43d
)
fix test cases to not use camelCase
author
Brian Warner
<warner@lothar.com>
Fri, 1 Dec 2006 03:20:00 +0000
(20:20 -0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 1 Dec 2006 03:20:00 +0000
(20:20 -0700)
allmydata/test/test_queen.py
patch
|
blob
|
history
diff --git
a/allmydata/test/test_queen.py
b/allmydata/test/test_queen.py
index f931370463e04e3f2e3d907e9eea3e7caa8d85e3..7e12917ad3a8ec19193c83a6b75b20a597907b07 100644
(file)
--- a/
allmydata/test/test_queen.py
+++ b/
allmydata/test/test_queen.py
@@
-4,7
+4,7
@@
from twisted.trial import unittest
from allmydata import queen
class Basic(unittest.TestCase):
- def test
L
oadable(self):
+ def test
_l
oadable(self):
q = queen.Queen()
q.startService()
return q.stopService()