* optimized usings.

This commit is contained in:
lbsa71
2009-02-12 09:53:12 +00:00
parent d21601d497
commit 801da4346a
383 changed files with 1318 additions and 2154 deletions

View File

@@ -26,15 +26,8 @@
*/
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.MySQL;
using OpenSim.Region.Framework.Scenes;
using OpenMetaverse;
namespace OpenSim.Data.MySQL.Tests
{
@@ -61,7 +54,7 @@ namespace OpenSim.Data.MySQL.Tests
}
catch (Exception e)
{
System.Console.WriteLine("Exception {0}", e);
Console.WriteLine("Exception {0}", e);
Assert.Ignore();
}
}