b9e234f042
app: fix tests test-save-and-export and test-xcf
2014-07-08 10:07:18 +02:00
3617e4fde9
app: port all URI comparisons in test-save-and-export.c to g_file_equal()
...
so they keep succeeding when code gets ported to GFile/GIO which
canonicalizes URIs.
2013-10-09 21:35:23 +02:00
4148d4a5af
app: fixed typos in testing code
2012-06-05 22:03:26 +03:00
91392f85e5
app: make tests build again
2012-05-19 01:27:37 +02:00
d32e1ed351
app/tests: Simplify
...
Use g_test_add_func() and g_test_add_data_func().
2011-10-15 13:19:04 +02:00
a4aa6add43
app/tests: Assert on existance of files before trying to open them
...
Assert on existance of files before trying to open them so that that
reason for failure becomes clear when that is the cause.
2011-04-10 12:12:15 +02:00
a8f552da2f
Bug 646371 - The wrong file gets saved when exporting with overwrite
...
An image can not be considered both exported and imported at the same
time, so stop consider it as imported after we consider it exported.
Also add an automatic regression test.
2011-04-03 16:54:34 +02:00
1cdaa2846f
app: some forgotten s/GDK_foo/GDK_KEY_foo/
2011-03-29 18:53:02 +02:00
8bf46b3efb
app/tests: Cleanup temp files after tests
...
Remove files in /tmp after tests so that other users on the same
machine (like buildbots) also can run make distcheck without getting
"can't overwrite file" errors.
2011-02-09 23:48:18 +01:00
3e0d0b862a
app/tests: Add test-save-and-export
...
Add some regression tests for how the URIs associated with an image is
handled during, save, import etc.
2011-02-02 22:32:30 +01:00