]> arthur.barton.de Git - bup.git/commitdiff
Actually run test__git_date_str()
authorRob Browning <rlb@defaultvalue.org>
Sun, 18 Jun 2017 20:41:36 +0000 (15:41 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Jun 2017 20:44:01 +0000 (15:44 -0500)
We'd forgotten the @wvtest annotation.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/t/tgit.py

index d12924c07246ae4b052d1dd50e7fe35896b16fc2..cacec6b05157cf45cded4228b58acbde324f95fa 100644 (file)
@@ -409,6 +409,7 @@ def test_list_refs():
             WVPASSEQ(frozenset(git.list_refs(limit_to_tags=True)), expected_tags)
 
 
+@wvtest
 def test__git_date_str():
     with no_lingering_errors():
         WVPASSEQ('0 +0000', git._git_date_str(0, 0))