projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60355f0
)
storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.
author
W. Trevor King
<wking@tremily.us>
Thu, 13 Sep 2012 16:08:10 +0000
(12:08 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 13 Sep 2012 16:08:10 +0000
(12:08 -0400)
VCS_get_user_id_TestCase.test_gets_existing_user_id is now
VCS_get_user_id_TestCase.test_get_existing_user_id
libbe/storage/vcs/base.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/base.py
b/libbe/storage/vcs/base.py
index 0f36d2b14f29c27189e8a48a83a5802ec9c7abf8..098b2d016d4033f9716aa9897a04cd52decddb93 100644
(file)
--- a/
libbe/storage/vcs/base.py
+++ b/
libbe/storage/vcs/base.py
@@
-1169,7
+1169,7
@@
if libbe.TESTING == True:
class VCS_get_user_id_TestCase(VCSTestCase):
"""Test cases for VCS.get_user_id method."""
- def test_get
s
_existing_user_id(self):
+ def test_get_existing_user_id(self):
"""Should get the existing user ID."""
if self.s.installed():
user_id = self.s.get_user_id()