Comment 54 for bug 662840

Revision history for this message
In , Dminor (dminor) wrote :

Created attachment 9266358
WIP: Bug 1402822 - Update unit tests for multiple dictionaries

For the most part these are simple updates to account for multiple
dictionaries and the fact that SetDictionaries is async whereas
SetDictionary was sync.

Fixing test_async_UpdateCurrentDictionary was more involved because
there were flaws in the existing test and it is more difficult to
harmonize the UpdateCurrentDictionary callback with the changes to make
SetDictionaries async.

Depends on D140244