summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTom Whipple <tw@tomwhipple.com>2006-08-21 19:34:16 +0000
committerTom Whipple <tw@tomwhipple.com>2006-08-21 19:34:16 +0000
commit086bd941e427672410d0111bc41407c39ae8bedd (patch)
tree70d1be5ad8343ce414feeda639dd32893a9c7d5d /tests
parent99c7d9fb39031cfccaaf3deaf8f631c0f1bf80b5 (diff)
update todo list
Diffstat (limited to 'tests')
-rw-r--r--tests/TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/TODO b/tests/TODO
index 2b738f0..6bd84cf 100644
--- a/tests/TODO
+++ b/tests/TODO
@@ -1,6 +1,6 @@
-TODO:
+xdg-utils test TODO list:
-Test the following not-called options:
+1. Test the following not-called options:
xdg-desktop-icon
--novendor
xdg-desktop-menu
@@ -12,9 +12,12 @@ xdg-icon-resource
--theme
--context
-
-Better test the following poorly tested options:
+2. Better test the following poorly tested options:
xdg-desktop-menu
--noupdate
xdg-icon-resource
--noupdate
+
+3. Make the shinythings/webmirror example into a test case. All parts are currently tested, so this _should_ be an easy pass.
+
+4. Modify testrun and include/testcontrol.sh to print the file name of the test being run, rather than the function name. This is more difficult than it would seem, since the framework is designed to be run by TET for interoperability with the LSB effort. TET mandates that tests be functions named ic1 ... icN. Additionally, the framework allows tests to be repeated.