Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip sqlite tests on z linux, as sqlite doesn't work right on the platform | Sean Dague | 2009-08-06 | 1 | -3/+3 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 2009-04-24 | 1 | -1/+1 |
| | | | | | you know a directory is just a special kind of file on Linux. | ||||
* | change power linux detection method, the previous method only worked | Sean Dague | 2009-04-24 | 1 | -2/+2 |
| | | | | | with interactive logins, not under panda. | ||||
* | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵ | lbsa71 | 2009-04-09 | 1 | -0/+1 |
| | | | | that in all db tests. *phew* | ||||
* | * Added custom DatabaseTestAttribute to help separating unit tests from ↵ | lbsa71 | 2009-04-09 | 1 | -1/+1 |
| | | | | component tests. | ||||
* | SQLite doesn't work on ppc64, so ignore these tests if we are | Sean Dague | 2009-04-08 | 1 | -0/+6 |
| | | | | | on this platform | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -8/+1 |
| | |||||
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | ||||
* | convert to using proper .net tempfiles, should have done this | Sean Dague | 2008-09-19 | 1 | -0/+2 |
| | | | | | | initially. | ||||
* | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 2008-09-18 | 1 | -1/+2 |
| | | | | | | | On Windows, you are not able to delete a file while there is still a handle to it open. | ||||
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 1 | -1/+1 |
| | | | | | | terrain driver in the process, which is now fixed. yay for unit tests! | ||||
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 1 | -92/+3 |
| | | | | | | | classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. | ||||
* | add a simple update attribute test for SOG & SQLite | Sean Dague | 2008-09-10 | 1 | -2/+22 |
| | |||||
* | added in a few more tests | Sean Dague | 2008-09-10 | 1 | -6/+40 |
| | |||||
* | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 2008-09-10 | 1 | -4/+0 |
| | | | | | | rid of that. | ||||
* | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2008-09-10 | 1 | -1/+52 |
| | | | | | | handles them. | ||||
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -0/+49 |
add another nant target for test-xml to get the verbose version |