diff options
author | Sven Gothel <[email protected]> | 2013-11-26 20:08:42 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-26 20:08:42 +0100 |
commit | 9310b11b2b6e1e89fa5ed9b8de26e56ff6a6b262 (patch) | |
tree | aec13af08d7cd3d97c468786b761ff74c8c00c6c /jnlp-files/jogl-test-applets.html | |
parent | 1617b3edfa006432dbb7332c283e219e6583f4ec (diff) |
Bug 910: Add Standalone Extended Applet Lifecycle Validation Test
Test is online @ http://jogamp.org/deployment/test/bug910/
Test validates the state of the added component:
TC1 - addNotify() and removeNotify() has been called from AWT-EDT.
TC2 - removeNotify() is not called before Applet.destroy()
Test also validates the Applet state:
TA1 - isActive()
TA2 - init count
TA3 - start count
TA4 - stop count
TA5 - destroy count
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 3ac2d5952..8eda51dee 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -216,6 +216,7 @@ Misc tests: <ul> <li><a href="jogl-applet-bug818_gljpanel01.html">Bug 818: OSX 10.6.8 NV GT 330M GLJPanel Crash</a></li> <li><a href="jogl-applet-bug848_glcanvas01.html">Bug 848: Applet on OSX w/ CALayer and 2 or more GLCanvas may crash</a></li> + <li><a href="Bug910-AppletLifecycleCheck.html">Bug 910: Extended AWT Applet Lifecycle Check</a></li> </ul></li> </ul> </p> |