Mantis 3164. Thank you kindly, TLaukkan (Tommil) for a patch that:

* Added tests for manager, user and group lists.
* Added test for ban list. The test had to be left as ignored as 
native MySQL throws exception when ban is saved.
* Added utility class to support parametrized unit tests for range checking.
This commit is contained in:
Charles Krinke
2009-02-14 22:31:39 +00:00
parent a2d17dfff1
commit 38b1f2dbfc
3 changed files with 494 additions and 88 deletions

View File

@@ -7,7 +7,7 @@ CREATE TABLE EstateSettings (
RedirectGridY INT NULL,
BillableFactor REAL NULL,
PricePerMeter INT NULL,
SunPosition REAL NULL,
SunPosition FLOAT NULL,
UseGlobalTime BIT NULL,
FixedSun BIT NULL,