aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-file-helpers-test.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-file-helpers: remove ephy_file_switch_temp_file()Claudio Saavedra2013-01-281-73/+0
| | | | | It is racy and it is unnecessary as we've replaced all its instances with g_file_set_contents().
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-051-7/+7
| | | | | | | | | 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 test for ephy_sanitize_filename()Carlos Garcia Campos2012-09-101-0/+36
|
* ephy-file-helpers: rename KEEP_TEMP_DIR to KEEP_DIRClaudio Saavedra2012-09-031-9/+9
| | | | | Since this is also used for persistency of temporary directories, but also for --profile.
* tests: add ephy-file-helpers-testDiego Escalante Urrelo2012-05-241-0/+401
| | | | | | | | | | Test API for file switch, tmp file creation, downloads, desktop directories. Take two of this test. Updated for ephy-file-helpers API changes. Previously reverted on 185ab751c20a825f832efd89a7cfbd75fa09e20c. https://bugzilla.gnome.org/show_bug.cgi?id=673337
* Revert "tests: add ephy-file-helpers-test"Xan Lopez2012-05-021-392/+0
| | | | | | This reverts commit d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe. Does not pass distcheck and I need to release.
* tests: add ephy-file-helpers-testDiego Escalante Urrelo2012-04-301-0/+392
Test API for file switch, tmp file creation, downloads, desktop directories. https://bugzilla.gnome.org/show_bug.cgi?id=673337