aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Framework.Serialization.Tests.dll.config (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-30Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on ↵Justin Clark-Casey (justincc)1-33/+0
and off within tests. This makes *.Tests.dll.config files no longer needed, hence deleted.
2012-02-03Change LandDataSerializer deserialization so that in the future it won't ↵Justin Clark-Casey (justincc)1-0/+0
care about extra elements or element order. This brings it into line with other deserializations such as object and will improve future backward compatibility.
2009-08-11Try something to help the tests complete.Teravus Ovares (Dan Olivares)1-1/+10
2009-03-06add back .config files for all tests in an attempt to debug why theseSean Dague1-0/+24
things crash so much. This will generate a lot more log messages on make test, even some scary looking exceptions. Don't worry, that's normal.