From 9310b11b2b6e1e89fa5ed9b8de26e56ff6a6b262 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 26 Nov 2013 20:08:42 +0100 Subject: 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 --- jnlp-files/Bug910-AppletLifecycleCheck.html | 32 +++++++++++++++++++++++++++++ jnlp-files/jogl-test-applets.html | 1 + 2 files changed, 33 insertions(+) create mode 100644 jnlp-files/Bug910-AppletLifecycleCheck.html (limited to 'jnlp-files') diff --git a/jnlp-files/Bug910-AppletLifecycleCheck.html b/jnlp-files/Bug910-AppletLifecycleCheck.html new file mode 100644 index 000000000..eee6c1eee --- /dev/null +++ b/jnlp-files/Bug910-AppletLifecycleCheck.html @@ -0,0 +1,32 @@ + + + +Bug910 Extended AWT Applet Lifecycle Check + + + +

+The applet below tests the Applet Lifecycle. +Please read the stderr log for results! +

+ +

+ + + + + + + Sorry, no Java support detected. + + + + +

+ + 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:

-- cgit v1.2.3