From 95025dcf97d1b58f149cd14bc6705d6e2ae6466e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 18 Jun 2011 15:35:35 -0300 Subject: [PATCH] Added flash socket globals to globals whitelist. --- test/node/builder.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/builder.test.js b/test/node/builder.test.js index 729253ed..0667eb71 100644 --- a/test/node/builder.test.js +++ b/test/node/builder.test.js @@ -105,7 +105,7 @@ module.exports = { var io = common.execute(result) , env = common.env() - , globals = 0; + , allowed = ['io', 'swfobject', 'WEB_SOCKET_DISABLE_AUTO_INITIALIZATION']; // allowed globals var allowed = ['io'];