summaryrefslogtreecommitdiff
path: root/git/test/test_submodule.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-12-01 00:18:47 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-12-01 00:18:47 +0100
commitf631214261a7769c8e6956a51f3d04ebc8ce8efd (patch)
treecce03dd4a6c7cbc17d34e3a50a76406c86e9adb7 /git/test/test_submodule.py
parent468cad66ff1f80ddaeee4123c24e4d53a032c00d (diff)
downloadgitpython-f631214261a7769c8e6956a51f3d04ebc8ce8efd.tar.gz
Submodule tests are functional once again.
remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist
Diffstat (limited to 'git/test/test_submodule.py')
-rw-r--r--git/test/test_submodule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_submodule.py b/git/test/test_submodule.py
index 173d0f60..adb4fb82 100644
--- a/git/test/test_submodule.py
+++ b/git/test/test_submodule.py
@@ -20,7 +20,7 @@ prog = TestRootProgress()
class TestSubmodule(TestBase):
- k_subm_current = "e1e3017788213720afcfae0accddb2a6f2d9f052"
+ k_subm_current = "468cad66ff1f80ddaeee4123c24e4d53a032c00d"
k_subm_changed = "394ed7006ee5dc8bddfd132b64001d5dfc0ffdd3"
k_no_subm_tag = "0.1.6"