Skip to content
Snippets Groups Projects
Commit c7e84298 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

fix unit tests broken with addition of new non-localized resources

parent ac8b467d
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ suite.addBatch({
var res = resources.resources;
assert.ok(files['/production/dialog.css'].length >= 3);
// Get ride of non-localized asset bundles
['/production/communication_iframe.js', '/production/include.js', '/production/dialog.css', '/production/browserid.css'].forEach(
['/production/communication_iframe.js', '/production/include.js', '/production/dialog.css', '/production/browserid.css', '/production/ie8_main.css', '/production/ie8_dialog.css'].forEach(
function (nonLocaleAsset) {
delete res[nonLocaleAsset];
delete files[nonLocaleAsset];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment