blob: 08ba7b5c14914419d3f67ffd48bd499942628c05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
CONSOLE MESSAGE: line 29: PLUGIN: NPP_Destroy
This tests that objects from plugin objects are properly cleaned up.
Example:
plugin
------- (Creates) ------ Object1
------- (Creates) ------ Object2
It is important that both Object1 and Object2 cleanup as a result of
cleaning up the plugin.
SUCCESS
|