Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-05 | change the drop order to see if this affects unit test fails | Sean Dague | 1 | -1/+1 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-09-24 | light mysql user tests | Sean Dague | 1 | -0/+88 | |
2008-09-24 | light the mysql region tests | Sean Dague | 1 | -0/+97 | |
2008-09-24 | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 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. | |||||
2008-09-23 | create the first attempted mysql test. This only runs locally if you | Sean Dague | 1 | -8/+19 | |
have a database configured as opensim-nunit with user opensim-nunit / password opensim-nunit that has full perms on the database. | |||||
2008-09-23 | remove log4net references, see if that helps fix bamboo | Sean Dague | 1 | -9/+1 | |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 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. |