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:
Diffstat (limited to 'Duplicati/UnitTest/GeneralBlackBoxTesting.cs')
-rw-r--r--Duplicati/UnitTest/GeneralBlackBoxTesting.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/Duplicati/UnitTest/GeneralBlackBoxTesting.cs b/Duplicati/UnitTest/GeneralBlackBoxTesting.cs
index 086f8ef1a..79acc97af 100644
--- a/Duplicati/UnitTest/GeneralBlackBoxTesting.cs
+++ b/Duplicati/UnitTest/GeneralBlackBoxTesting.cs
@@ -23,7 +23,7 @@ using System.Reflection;
namespace Duplicati.UnitTest
{
- [TestFixture]
+ [TestFixture]
public class GeneralBlackBoxTesting
{
private static readonly string SOURCE_FOLDERS =
@@ -64,21 +64,21 @@ namespace Duplicati.UnitTest
}
}
[Test]
- [Category("SVNData")]
+ [Category("SVNData")]
public void TestWithSVNShort()
{
SVNCheckoutTest.RunTest(TestFolders.Take(5).ToArray(), TestOptions, TestTarget);
}
[Test]
- [Category("SVNData")]
- public void TestWithSVNLong()
+ [Category("SVNData")]
+ public void TestWithSVNLong()
{
SVNCheckoutTest.RunTest(TestFolders.ToArray(), TestOptions, TestTarget);
}
[Test]
- [Category("SVNData")]
- public void TestWithErrors()
+ [Category("SVNData")]
+ public void TestWithErrors()
{
var u = new Library.Utility.Uri(TestUtils.GetDefaultTarget());
RandomErrorBackend.WrappedBackend = u.Scheme;
@@ -88,8 +88,8 @@ namespace Duplicati.UnitTest
}
[Test]
- [Category("SVNData")]
- public void TestWithoutSizeInfo()
+ [Category("SVNData")]
+ public void TestWithoutSizeInfo()
{
var u = new Library.Utility.Uri(TestUtils.GetDefaultTarget());
SizeOmittingBackend.WrappedBackend = u.Scheme;