next up previous
Next: Results Up: Testing Menu managers in Previous: Introduction

Tests Performed

The tests were performed by adding a file root.menu in /etc/menu reading

?package(local.test):command="/usr/local/bin/test" needs="X11" \
                     section="Apps/Test" title="Test/slash"
?package(local.test):command="/usr/local/bin/test" needs="X11" \
                     section="Apps/Test" title="Test dnl bug"
?package(local.test):command="eval `echo /usr/local/bin/test`" needs="X11" \
                     section="Apps/Test" title="Test backquote"
and a file user.menu in ~/.menu/user.menu reading
?package(local.test):command="/usr/local/bin/test" needs="X11" \
                     section="Apps/Test" title="U Test/slash"
?package(local.test):command="/usr/local/bin/test" needs="X11" \
                     section="Apps/Test" title="U dnl bug"
?package(local.test):command="eval `echo /usr/local/bin/test`" needs="X11" \
                     section="Apps/Test" title="U Test backquote"
The file /usr/local/bin/test is a symlink to /usr/bin/X11/xterm. Afterward update-menus has been run as root and as the current user. Then each menu managers are tested in turn. Ideally a menu Apps/Test should be created with six entry. Each entries are tested and should launch an X terminal. They are :

In the results, window managers that are not menu managers are flagged N/A. a question mark "?" denotes that I have not been able to do the test. Anything else other than yes or OK indicate a bug.


next up previous
Next: Results Up: Testing Menu managers in Previous: Introduction
Bill Allombert 2002-03-13