test/LegacyDBs/LegacyDB.rb in perobs-4.1.0 vs test/LegacyDBs/LegacyDB.rb in perobs-4.2.0

- old
+ new

@@ -129,9 +129,13 @@ end true end + def repair + @store.check(true) + end + private def find_separator(str) 0.upto(9) do |digit| c = digit.to_s