aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-bookmarks-test.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-bookmarks-test: use G_N_ELEMENTS properlyXan Lopez2012-12-121-1/+1
|
* Define the names of the history and bookmarks files in just one placeXan Lopez2012-12-121-1/+2
|
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-051-4/+4
| | | | | | | | | New warning flags have been added to gnome-common recently, and we were getting this a lot. Turns out in C 'foo ()' is not the same than 'foo (void)'; the first just means that no information is given about the number of arguments, the second means the function has exactly zero arguments, so add the 'void' thing all over the place when needed.
* tests: test ephy_bookmarks_set_addressXan Lopez2012-09-081-0/+23
|
* tests: clear bookmark files after each testXan Lopez2012-09-081-0/+25
|
* tests: some simple EphyBookmarks testsXan Lopez2012-09-081-0/+78