Disable TestWinDND.cpp due to permanent test failures on non-libxul apps - i.e. not Firefox, as it isn't run in those configurations. Bug 565392 will fix and re-enable.

This commit is contained in:
Mark Banner 2010-06-09 09:52:38 +01:00
Родитель 282819b84f
Коммит 3da9e0583d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -754,6 +754,9 @@ nsresult Do_Test3()
int main(int argc, char** argv)
{
printf("TestWinDND.cpp disabled due to failures after bug 565392 (and it doesn't run on normal FF tests).");
return 0;
ScopedXPCOM xpcom("Test Windows Drag and Drop");
nsCOMPtr<nsIFile> file;