diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-02 08:27:09 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-30 08:15:32 +0800 |
commit | d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe (patch) | |
tree | 3de229f977528d10f5e7280251907dcb2e8fa3c8 /tests/data | |
parent | cebb6d5f7baf01520e02d2434612c57fe878acea (diff) | |
download | gsoc2013-epiphany-d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe.tar.gz gsoc2013-epiphany-d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe.tar.zst gsoc2013-epiphany-d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe.zip |
tests: add ephy-file-helpers-test
Test API for file switch, tmp file creation, downloads, desktop
directories.
https://bugzilla.gnome.org/show_bug.cgi?id=673337
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/user-dirs.dirs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/user-dirs.dirs b/tests/data/user-dirs.dirs new file mode 100644 index 000000000..f816f8939 --- /dev/null +++ b/tests/data/user-dirs.dirs @@ -0,0 +1,2 @@ +XDG_DESKTOP_DIR="/tmp/ephy-xdg-desktop" +XDG_DOWNLOAD_DIR="/tmp/ephy-xdg-downloads" |