mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08: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.