aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-app-utils-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-051-1/+1
| | | | | | | | | 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: add ephy-web-app-utils-testDiego Escalante Urrelo2012-06-151-0/+153
Tests create, exists, delete, list API. No network access required. https://bugzilla.gnome.org/show_bug.cgi?id=673271