1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/jsdownloads/test/unit/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +[DEFAULT] 1.5 +head = head.js 1.6 +tail = 1.7 + 1.8 +# Note: The "tail.js" file is not defined in the "tail" key because it calls 1.9 +# the "add_test_task" function, that does not work properly in tail files. 1.10 +support-files = 1.11 + common_test_Download.js 1.12 + tail.js 1.13 + 1.14 +[test_DownloadCore.js] 1.15 +[test_DownloadImport.js] 1.16 +[test_DownloadIntegration.js] 1.17 +[test_DownloadLegacy.js] 1.18 +[test_DownloadList.js] 1.19 +[test_Downloads.js] 1.20 +[test_DownloadStore.js]