Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | light mysql user tests | Sean Dague | 2008-09-24 | 1 | -0/+88 |
| | |||||
* | light the mysql region tests | Sean Dague | 2008-09-24 | 1 | -0/+97 |
| | |||||
* | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 2008-09-24 | 2 | -0/+91 |
| | | | | | | | sqlite driver can handle .Data = Null, the mysql driver can not. We should decide which is the right behavior and adjust code for it. | ||||
* | create the first attempted mysql test. This only runs locally if you | Sean Dague | 2008-09-23 | 1 | -8/+19 |
| | | | | | | | have a database configured as opensim-nunit with user opensim-nunit / password opensim-nunit that has full perms on the database. | ||||
* | remove log4net references, see if that helps fix bamboo | Sean Dague | 2008-09-23 | 1 | -9/+1 |
| | |||||
* | check in stubbing for mysql tests. This is ignored with | Sean Dague | 2008-09-23 | 1 | -0/+74 |
Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state. |