| Index: trunk/src/content/test/plugin/plugin_test_factory.cc
|
| ===================================================================
|
| --- trunk/src/content/test/plugin/plugin_test_factory.cc (revision 233330)
|
| +++ trunk/src/content/test/plugin/plugin_test_factory.cc (working copy)
|
| @@ -97,8 +97,7 @@
|
| } else if (test_name == "hidden_plugin" ||
|
| test_name == "create_instance_in_paint" ||
|
| test_name == "alert_in_window_message" ||
|
| - test_name == "ensure_scripting_works_in_destroy" ||
|
| - test_name == "set_title_in_paint") {
|
| + test_name == "ensure_scripting_works_in_destroy") {
|
| new_test = new WindowedPluginTest(instance, host_functions);
|
| #endif
|
| } else if (test_name == "setup") {
|
|
|