mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* optimized usings.
This commit is contained in:
@@ -25,16 +25,9 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using NUnit.Framework;
|
||||
using NUnit.Framework.SyntaxHelpers;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Data.Tests;
|
||||
using OpenSim.Data.SQLite;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Data.SQLite.Tests
|
||||
{
|
||||
@@ -58,7 +51,7 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
public void Cleanup()
|
||||
{
|
||||
db.Dispose();
|
||||
System.IO.File.Delete(file);
|
||||
File.Delete(file);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user