summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Updated the poor and broken test directory.Marcelo Lira2012-06-062-5/+10
| | | | | | | | | | | | | Also fixed the BookmarkModel, that was failing in two of the existing tests. BookmarkModel::insert method now also saves the timestamp of the saved bookmark. I'll not even talk about BookmarkModel::update method, it was missing everything. See the diff. Reviewed-by: Hugo Parente Lima
* Fix various coding style problemsCaio Marcelo de Oliveira Filho2011-08-221-3/+2
| | | | | | To make sure we have a clean start for the new style script ;-) Reviewed-by: Ademar Reis
* Make the API of BookmarkModel a bit more usable from the outsideAlexis Menard2011-08-111-0/+12
| | | | | | | This patch also add an API to ease the usage(contains). It fixes also a bug that you could add the same url multiple times. Reviewed-by: Ademar Reis
* Make the databasemanager a singleton.Alexis Menard2011-08-111-7/+4
| | | | | | | | | | It is easier to use as we just instanciate it in the main.cpp and we can use it no matter which window, no matter which popup. I believe it is easier than passing pointers around. I also don't see the benefit of multiple database manager as we will be probably have one model per information we have, e.g. the bookmark model is sharable around. Reviewed-by: Ademar Reis
* Add database testIgor Oliveira2011-08-033-0/+161
Reviewed-by: Caio Marcelo