aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-encodings-test.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683614
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683614
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-051-2/+2
| | | | | | | | | 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.
* ephy-encoding: auto-calculate 'title-elided' and 'collation-key'Xan Lopez2012-07-311-3/+2
| | | | They are derived from 'title', no need to pass them as parameters.
* tests: test the creation of a EphyEncoding objectXan Lopez2012-07-311-0/+21
| | | | | We should make the test-elided and collation-key properties be computed automatically from the other parameters.
* tests: add a simple test for EphyEncodingsXan Lopez2012-07-311-0/+86