Bug 1020039 - Intermittent relations/test_embeds.xul, disable logging

This commit is contained in:
Alexander Surkov 2014-09-12 15:40:58 -04:00
Родитель 139fe9d530
Коммит 85e1a868f8
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -99,7 +99,7 @@
////////////////////////////////////////////////////////////////////////////
// Testing
gA11yEventDumpToConsole = true; // debug
//gA11yEventDumpToConsole = true; // debug
var gQueue = null;
function doTests()
@ -107,7 +107,7 @@
testRelation(browserDocument(), RELATION_EMBEDS,
getAccessible(currentTabDocument()));
enableLogging("docload");
//enableLogging("docload");
gQueue = new eventQueue();
gQueue.push(new loadURI("about:about"));
@ -115,7 +115,7 @@
gQueue.onFinish = function()
{
disableLogging();
//disableLogging();
closeBrowserWindow();
}
gQueue.invoke();