diff options
author | Mark McLoughlin <mark@skynet.ie> | 2005-02-18 17:14:44 +0000 |
---|---|---|
committer | Mark McLoughlin <mark@skynet.ie> | 2005-02-18 17:14:44 +0000 |
commit | 2c71357aabdea54a3cd2253d39f77bdcbd766c35 (patch) | |
tree | 533c2c3ad00fa772957e137850d40765ce9eb437 /menu | |
parent | 84abdf7c07f88c4249c7be93b95775fd26ead257 (diff) | |
download | xdg-specs-2c71357aabdea54a3cd2253d39f77bdcbd766c35.tar.xz |
Make it a bit more difficult in order to catch:
2005-02-18 Mark McLoughlin <mark@skynet.ie>
Make it a bit more difficult in order to catch:
http://bugzilla.gnome.org/show_bug.cgi?id=167758
Thanks to Chris Lahey for the test case.
* tests/o/test: put freecell.desktop in a subdirectory.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/tests/ChangeLog | 8 | ||||
-rw-r--r-- | menu/tests/tests/o/test | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/menu/tests/ChangeLog b/menu/tests/ChangeLog index 7abae7a..0178301 100644 --- a/menu/tests/ChangeLog +++ b/menu/tests/ChangeLog @@ -1,5 +1,13 @@ 2005-02-18 Mark McLoughlin <mark@skynet.ie> + Make it a bit more difficult in order to catch: + http://bugzilla.gnome.org/show_bug.cgi?id=167758 + Thanks to Chris Lahey for the test case. + + * tests/o/test: put freecell.desktop in a subdirectory. + +2005-02-18 Mark McLoughlin <mark@skynet.ie> + * tests/o/result, tests/o/test: test that <And><Category>foo</Category><Not><Category>foo</Category></Not></And> diff --git a/menu/tests/tests/o/test b/menu/tests/tests/o/test index 93afee5..e283a11 100644 --- a/menu/tests/tests/o/test +++ b/menu/tests/tests/o/test @@ -29,5 +29,6 @@ mkdir -p ${XDG_CONFIG_DIR}/menus EOF # Install .desktop files -installData ${XDG_DATA_DIR}/applications kwrite.desktop KEdit.desktop kate.desktop freecell.desktop +installData ${XDG_DATA_DIR}/applications kwrite.desktop KEdit.desktop kate.desktop +installData ${XDG_DATA_DIR}/applications/test freecell.desktop installData ${XDG_DATA_DIR}/desktop-directories apps.directory |