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 Hsu <kennethhsu@gmail.com>2020-07-24 05:44:10 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-07-24 05:44:10 +0300
commit443514dabd94a8aa8a11bc6e3b7f53e6c40485d8 (patch)
treed38dadd60b11da6f61d360c15ca234d115b711e6 /Duplicati/UnitTest
parent466bc3786b91f41b6ddb2eed68491e4662b44d64 (diff)
Rename test method.
Diffstat (limited to 'Duplicati/UnitTest')
-rw-r--r--Duplicati/UnitTest/ProblematicPathTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/UnitTest/ProblematicPathTests.cs b/Duplicati/UnitTest/ProblematicPathTests.cs
index 0a6ddebca..ef63cb8b5 100644
--- a/Duplicati/UnitTest/ProblematicPathTests.cs
+++ b/Duplicati/UnitTest/ProblematicPathTests.cs
@@ -51,7 +51,7 @@ namespace Duplicati.UnitTest
[Test]
[Category("ProblematicPath")]
- public void FilterProblematicPaths()
+ public void ExcludeProblematicPaths()
{
// A normal path that will be backed up.
string normalFilePath = Path.Combine(this.DATAFOLDER, "normal");