mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -41,11 +41,11 @@ using System.Reflection;
|
||||
|
||||
namespace OpenSim.Data.Tests
|
||||
{
|
||||
/// <summary>This is a base class for testing any Data service for any DBMS.
|
||||
/// <summary>This is a base class for testing any Data service for any DBMS.
|
||||
/// Requires NUnit 2.5 or better (to support the generics).
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// FIXME: Should extend OpenSimTestCase but compile on mono 2.4.3 currently fails with
|
||||
/// FIXME: Should extend OpenSimTestCase but compile on mono 2.4.3 currently fails with
|
||||
/// AssetTests`2 : System.MemberAccessException : Cannot create an instance of OpenSim.Data.Tests.AssetTests`2[TConn,TAssetData] because Type.ContainsGenericParameters is true.
|
||||
/// and similar on EstateTests, InventoryTests and RegionTests.
|
||||
/// Runs fine with mono 2.10.8.1, so easiest thing is to wait until min Mono version uplifts.
|
||||
@@ -60,7 +60,7 @@ namespace OpenSim.Data.Tests
|
||||
private TService m_service;
|
||||
private string m_file;
|
||||
|
||||
// TODO: Is this in the right place here?
|
||||
// TODO: Is this in the right place here?
|
||||
// Later: apparently it's not, but does it matter here?
|
||||
// protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
@@ -68,7 +68,7 @@ namespace OpenSim.Data.Tests
|
||||
|
||||
public BasicDataServiceTest()
|
||||
: this("")
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
public BasicDataServiceTest(string conn)
|
||||
@@ -226,7 +226,7 @@ namespace OpenSim.Data.Tests
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Clear tables listed as parameters (without dropping them).
|
||||
/// <summary>Clear tables listed as parameters (without dropping them).
|
||||
/// </summary>
|
||||
/// <param name="tables"></param>
|
||||
protected virtual void ResetMigrations(params string[] stores)
|
||||
@@ -251,7 +251,7 @@ namespace OpenSim.Data.Tests
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Clear tables listed as parameters (without dropping them).
|
||||
/// <summary>Clear tables listed as parameters (without dropping them).
|
||||
/// </summary>
|
||||
/// <param name="tables"></param>
|
||||
protected virtual void ClearTables(params string[] tables)
|
||||
|
||||
Reference in New Issue
Block a user