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-21 23:49:41 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-07-21 23:49:41 +0300
commit0314c388ef64cb892163820370ca24b82fb5a0b8 (patch)
tree8e3b42114257f6aded8059690d3f399b05a0d8d4 /Duplicati/UnitTest
parent00cd10062b8183dbc6d662a9b4105b9aafc30ab4 (diff)
Rename test method.
Diffstat (limited to 'Duplicati/UnitTest')
-rw-r--r--Duplicati/UnitTest/ControllerTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/UnitTest/ControllerTests.cs b/Duplicati/UnitTest/ControllerTests.cs
index 8b9af3e62..c50582928 100644
--- a/Duplicati/UnitTest/ControllerTests.cs
+++ b/Duplicati/UnitTest/ControllerTests.cs
@@ -11,7 +11,7 @@ namespace Duplicati.UnitTest
{
[Test]
[Category("Controller")]
- public void DeleteConfigurationWithSameBackend()
+ public void DeleteAllRemoteFiles()
{
string filePath = Path.Combine(this.DATAFOLDER, "file");
File.WriteAllBytes(filePath, new byte[] {0, 1, 2});