JavaScript Test - remove Object.prototype.__iterator__ after test, bug 340199

This commit is contained in:
bclary%bclary.com 2007-05-29 21:59:13 +00:00
Родитель 6a7d6a8823
Коммит a6de65d424
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -74,6 +74,9 @@ else
catch(ex)
{
}
// prevent this from messing up enumerators when shutting down test.
delete Object.prototype.__iterator__;
}
reportCompare(expect, actual, summary);