Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-12-02 13:52:40 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-12-02 13:52:40 +0300
commit06534fd57b7f2bc6abf67e7fe425f83f0e9ef6b8 (patch)
tree2f51245c95d43b37e982a47f01f3e3853b6aac12 /Duplicati/Library/Interface
parent32423d78b595117c7f37c0b65ff912bfaac206fe (diff)
Renamed testresults "changes" to "verifications"
Diffstat (limited to 'Duplicati/Library/Interface')
-rw-r--r--Duplicati/Library/Interface/ResultInterfaces.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Interface/ResultInterfaces.cs b/Duplicati/Library/Interface/ResultInterfaces.cs
index 55c3870cd..a1ea70d7c 100644
--- a/Duplicati/Library/Interface/ResultInterfaces.cs
+++ b/Duplicati/Library/Interface/ResultInterfaces.cs
@@ -277,7 +277,7 @@ namespace Duplicati.Library.Interface
public interface ITestResults : IBasicResults
{
- IEnumerable<KeyValuePair<string, IEnumerable<KeyValuePair<TestEntryStatus, string>>>> Changes { get; }
+ IEnumerable<KeyValuePair<string, IEnumerable<KeyValuePair<TestEntryStatus, string>>>> Verifications { get; }
}
public interface ITestFilterResults : IBasicResults