mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00:00
It's good practice to isolate unit tests so their outcome (pass/fail) does not depend on whether another test has been run/passed/failed. A method is used to populate the DB independently for each test, and a TearDown method cleans up the database after each test. Also adding extra comment in C-style comment test.