[longomatch] Fix file storage test



commit 0220beaf9a5b5e5762404f33bd300cbac205e329
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Mar 16 10:53:27 2015 +0100

    Fix file storage test

 Tests/Services/TestFileStorage.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tests/Services/TestFileStorage.cs b/Tests/Services/TestFileStorage.cs
index 8121911..d840453 100644
--- a/Tests/Services/TestFileStorage.cs
+++ b/Tests/Services/TestFileStorage.cs
@@ -49,7 +49,7 @@ namespace Tests.Services
                [SetUp]
                public void CreateStorage ()
                {
-                       fs = new FileStorage (Path.Combine (Path.GetTempPath (), "TestFileStorage"), true);
+                       fs = new FileStorage (Path.Combine (Path.GetTempPath (), "TestFileStorage"));
                }
 
                [TearDown]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]