History log of /yui3/src/pluginhost/tests/plugins.html
Revision Date Author Comments Expand
3a601e5b785e63ef00e14dc1a46a7835524eea2e 16-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

More plugin unit tests

cc026a13c9509555b28d7e07a8ae568ef231e287 16-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

Filling out line level coverage for pluginhost. Not sure why Plugin.Base isn't showing up in the reports. It's tested in the same batch of tests

56b5f433405f287a41830929f5e8ea09b86dcaba 31-Jan-2012 Satyen Desai <sdesai@yahoo-inc.com>

Fixed Plugin errors, following BaseCore refactor, when using Y.Base.create to extend Y.Plugin.Base. Fixes #2531663 Modified plugin base unit tests to use Y.Base.create for one of the test plugins, instead of Y.extend.

1bb9ba7f0e700971d0c04fca23820699348cfd49 07-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Prepped tests for coverage reporting

1c0d7190a6cc93b32be452fd4160a49c87b2f845 01-Dec-2010 Satyen Desai <sdesai@yahoo-inc.com>

Changed the plugin destroy test back to normal. See #2529568

c5169505f533279af50857b376a8a54870296c94 23-Nov-2010 Adam Moore <adamoore@yahoo-inc.com>

fixed test

e809fe662b10fe7accafd6458c68ef95b307db6d 23-Nov-2010 Adam Moore <adamoore@yahoo-inc.com>

postponed nested after listeners still execute if when unsubscribed if they originally were supposed to fire.

725ba77775007a38d92b0caa2a192ef9860f22e7 22-Nov-2010 Satyen Desai <sdesai@yahoo-inc.com>

Added name to basic test case, to avoid guid being used

98c1ab155c0e2148f69291b1abe1007c9d5a08e8 30-Apr-2010 Satyen Desai <sdesai@yahoo-inc.com>

Pulled in modified tests (names, no console) from 3.1.0+ branch

d0a16c48f3477794c63f4ff3242dc20db6a49295 22-Feb-2010 Satyen Desai <sdesai@yahoo-inc.com>

tests cleanup (yui- to yui3-)

8c71a93870d703e874c70ef22e5734dfb3579777 08-Jan-2010 Satyen Desai <sdesai@yahoo-inc.com>

Added host destroy test case

c21506621a7c7e4905a72024e4a7f35f1a17b264 08-Jan-2010 Satyen Desai <sdesai@yahoo-inc.com>

Plugins now destroyed correctly, when host is destroyed. Fixes #2528388