зеркало из https://github.com/mozilla/gecko-dev.git
Bug 903864 - Make test_imgtools use do_get_tempdir(). r=dolske
This commit is contained in:
Родитель
ec1c424f28
Коммит
de44eb6dbd
|
@ -13,11 +13,7 @@ const Cc = Components.classes;
|
|||
* Call |dumpToFile(outData);| in a test to file to a file.
|
||||
*/
|
||||
function dumpToFile(aData) {
|
||||
const path = "/tmp";
|
||||
|
||||
var outputFile = Cc["@mozilla.org/file/local;1"].
|
||||
createInstance(Ci.nsILocalFile);
|
||||
outputFile.initWithPath(path);
|
||||
var outputFile = do_get_tempdir();
|
||||
outputFile.append("testdump.png");
|
||||
|
||||
var outputStream = Cc["@mozilla.org/network/file-output-stream;1"].
|
||||
|
|
Загрузка…
Ссылка в новой задаче