mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
SQLite doesn't work on ppc64, so ignore these tests if we are
on this platform
This commit is contained in:
@@ -40,6 +40,12 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
[TestFixtureSetUp]
|
||||
public void Init()
|
||||
{
|
||||
if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64")
|
||||
{
|
||||
System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
|
||||
Assert.Ignore();
|
||||
}
|
||||
|
||||
SuperInit();
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
|
||||
@@ -40,6 +40,12 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
[TestFixtureSetUp]
|
||||
public void Init()
|
||||
{
|
||||
if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64")
|
||||
{
|
||||
System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
|
||||
Assert.Ignore();
|
||||
}
|
||||
|
||||
SuperInit();
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
|
||||
@@ -40,6 +40,12 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
[TestFixtureSetUp]
|
||||
public void Init()
|
||||
{
|
||||
if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64")
|
||||
{
|
||||
System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
|
||||
Assert.Ignore();
|
||||
}
|
||||
|
||||
SuperInit();
|
||||
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
|
||||
@@ -40,6 +40,12 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
[TestFixtureSetUp]
|
||||
public void Init()
|
||||
{
|
||||
if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64")
|
||||
{
|
||||
System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
|
||||
Assert.Ignore();
|
||||
}
|
||||
|
||||
SuperInit();
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
|
||||
@@ -40,6 +40,12 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
[TestFixtureSetUp]
|
||||
public void Init()
|
||||
{
|
||||
if (System.Environment.GetEnvironmentVariable("CPU") == "ppc64")
|
||||
{
|
||||
System.Console.WriteLine(System.Environment.GetEnvironmentVariable("CPU"));
|
||||
Assert.Ignore();
|
||||
}
|
||||
|
||||
SuperInit();
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
|
||||
Reference in New Issue
Block a user