Michael Natterer
a88c0ffb93
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:47:19 +02:00
Michael Natterer
b6c50c016c
app: on make check, search menu XML files in both buildir and srcdir
...
Turn GIMP_TESTING_MENUS_DIR into GIMP_TESTING_MENUS_PATH and look in
all its dirs for the menu file.
(cherry picked from commit 8516aedade )
2018-07-01 19:46:31 +02:00
Michael Natterer
5455b8bfd0
app: move some stuff out of app/file/
...
file-procedure.[ch] is gone and its functions moved to
GimpPlugInManager where they belong (the manager keeps around the
lists of load, save and export procedures).
Utility functions from file-utils.[ch] that have nothing to do with
image files moved to core/gimp-utils.[ch].
2016-01-03 23:38:08 +01:00
Michael Natterer
b9e234f042
app: fix tests test-save-and-export and test-xcf
2014-07-08 10:07:18 +02:00
Michael Natterer
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
Ville Sokk
4148d4a5af
app: fixed typos in testing code
2012-06-05 22:03:26 +03:00
Michael Natterer
91392f85e5
app: make tests build again
2012-05-19 01:27:37 +02:00
Martin Nordholts
d32e1ed351
app/tests: Simplify
...
Use g_test_add_func() and g_test_add_data_func().
2011-10-15 13:19:04 +02:00
Martin Nordholts
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
Martin Nordholts
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
Michael Natterer
1cdaa2846f
app: some forgotten s/GDK_foo/GDK_KEY_foo/
2011-03-29 18:53:02 +02:00
Martin Nordholts
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
Martin Nordholts
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