Merge branch 'master' into groups-core-contrib

arthursv
Michael Cortez 2009-08-06 11:22:10 -07:00
commit 72e597bcba
5 changed files with 13 additions and 13 deletions

View File

@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
[TestFixtureSetUp] [TestFixtureSetUp]
public void Init() public void Init()
{ {
// SQLite doesn't work on power linux // SQLite doesn't work on power or z linux
if (Directory.Exists("/proc/ppc64")) if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
{ {
Assert.Ignore(); Assert.Ignore();
} }

View File

@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
[TestFixtureSetUp] [TestFixtureSetUp]
public void Init() public void Init()
{ {
// SQLite doesn't work on power linux // SQLite doesn't work on power or z linux
if (Directory.Exists("/proc/ppc64")) if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
{ {
Assert.Ignore(); Assert.Ignore();
} }

View File

@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
[TestFixtureSetUp] [TestFixtureSetUp]
public void Init() public void Init()
{ {
// SQLite doesn't work on power linux // SQLite doesn't work on power or z linux
if (Directory.Exists("/proc/ppc64")) if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
{ {
Assert.Ignore(); Assert.Ignore();
} }

View File

@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
[TestFixtureSetUp] [TestFixtureSetUp]
public void Init() public void Init()
{ {
// SQLite doesn't work on power linux // SQLite doesn't work on power or z linux
if (Directory.Exists("/proc/ppc64")) if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
{ {
Assert.Ignore(); Assert.Ignore();
} }

View File

@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
[TestFixtureSetUp] [TestFixtureSetUp]
public void Init() public void Init()
{ {
// SQLite doesn't work on power linux // SQLite doesn't work on power or z linux
if (Directory.Exists("/proc/ppc64")) if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
{ {
Assert.Ignore(); Assert.Ignore();
} }