skip sqlite tests on z linux, as sqlite doesn't work right on the platform
							parent
							
								
									1b65bd5861
								
							
						
					
					
						commit
						b0e6d0fc01
					
				| 
						 | 
				
			
			@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
        [TestFixtureSetUp]
 | 
			
		||||
        public void Init()
 | 
			
		||||
        {
 | 
			
		||||
            // SQLite doesn't work on power linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64"))
 | 
			
		||||
            // SQLite doesn't work on power or z linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
 | 
			
		||||
            {
 | 
			
		||||
                Assert.Ignore();
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			@ -61,4 +61,4 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
            File.Delete(file);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
        [TestFixtureSetUp]
 | 
			
		||||
        public void Init()
 | 
			
		||||
        {
 | 
			
		||||
            // SQLite doesn't work on power linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64"))
 | 
			
		||||
            // SQLite doesn't work on power or z linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
 | 
			
		||||
            {
 | 
			
		||||
                Assert.Ignore();
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
        [TestFixtureSetUp]
 | 
			
		||||
        public void Init()
 | 
			
		||||
        {
 | 
			
		||||
            // SQLite doesn't work on power linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64"))
 | 
			
		||||
            // SQLite doesn't work on power or z linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
 | 
			
		||||
            {
 | 
			
		||||
                Assert.Ignore();
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
        [TestFixtureSetUp]
 | 
			
		||||
        public void Init()
 | 
			
		||||
        {
 | 
			
		||||
            // SQLite doesn't work on power linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64"))
 | 
			
		||||
            // SQLite doesn't work on power or z linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
 | 
			
		||||
            {
 | 
			
		||||
                Assert.Ignore();
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			@ -61,4 +61,4 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
            File.Delete(file);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
        [TestFixtureSetUp]
 | 
			
		||||
        public void Init()
 | 
			
		||||
        {
 | 
			
		||||
            // SQLite doesn't work on power linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64"))
 | 
			
		||||
            // SQLite doesn't work on power or z linux
 | 
			
		||||
            if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
 | 
			
		||||
            {
 | 
			
		||||
                Assert.Ignore();
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			@ -61,4 +61,4 @@ namespace OpenSim.Data.SQLite.Tests
 | 
			
		|||
            File.Delete(file);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue