fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3517304
)
Zmiana nazwy klasy TestMercurialStorage na TestVersionedStorage.
author
zuber
<marek@stepniowski.com>
Fri, 27 Nov 2009 11:58:52 +0000
(12:58 +0100)
committer
zuber
<marek@stepniowski.com>
Fri, 27 Nov 2009 11:58:52 +0000
(12:58 +0100)
lib/tests/test_vstorage.py
patch
|
blob
|
history
diff --git
a/lib/tests/test_vstorage.py
b/lib/tests/test_vstorage.py
index
0d87f0a
..
0b416bb
100644
(file)
--- a/
lib/tests/test_vstorage.py
+++ b/
lib/tests/test_vstorage.py
@@
-20,7
+20,7
@@
def clear_directory(top):
pass
-class Test
Mercurial
Storage(object):
+class Test
Versioned
Storage(object):
def setUp(self):
self.repo_path = tempfile.mkdtemp()
self.repo = vstorage.VersionedStorage(self.repo_path)
@@
-97,4
+97,3
@@
text
same_repo = vstorage.VersionedStorage(self.repo_path)
assert same_repo.repo_revision() == current_repo_revision
-