diff options
-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 |