Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort expected result in tests | Robin Appelman | 2014-02-13 | 1 | -0/+2 |
| | |||||
* | Remove the Test_AppConfig_Object tests as they no longer make sense with caching | Robin Appelman | 2014-02-07 | 1 | -180/+0 |
| | |||||
* | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 1 | -1/+1 |
|\ | |||||
| * | Fixed apps loading order | Vincent Petry | 2013-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442 | ||||
* | | Enable appconfig asserts | Bart Visscher | 2013-09-19 | 1 | -4/+4 |
| | | |||||
* | | Convert OC_Appconfig to object interface | Bart Visscher | 2013-09-19 | 1 | -0/+181 |
|/ | | | | Implemented unittest for OC\AppConfig | ||||
* | Use setUpBeforeClass() and tearDownAfterClass() | kondou | 2013-08-06 | 1 | -3/+9 |
| | |||||
* | Revert "Add null and emptystring tests to check NOT NULL" | kondou | 2013-08-02 | 1 | -14/+0 |
| | | | | This reverts commit c74f3d0b90227f95c1b6d21bbb7ee28561b67446. | ||||
* | Add null and emptystring tests to check NOT NULL | kondou | 2013-08-02 | 1 | -0/+14 |
| | |||||
* | Add \OC_Appconfig Unittest | kondou | 2013-08-02 | 1 | -0/+126 |