summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/format_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/format_tests.py')
-rw-r--r--obnamlib/fmt_ga/format_tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/obnamlib/fmt_ga/format_tests.py b/obnamlib/fmt_ga/format_tests.py
index 0f603a70..502a1348 100644
--- a/obnamlib/fmt_ga/format_tests.py
+++ b/obnamlib/fmt_ga/format_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Lars Wirzenius
+# Copyright 2015-2016 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -37,7 +37,8 @@ class RepositoryFormatGATests(obnamlib.RepositoryInterfaceTests):
hooks=self.hooks,
current_time=time.time,
dir_bag_size=1,
- dir_cache_size=0)
+ dir_cache_size=0,
+ checksum_algorithm='sha512')
self.repo.set_fs(fs)
def tearDown(self):