## ----------------------------------------- ## ## gcjwebplugin 0.3.2.cvs test suite: tests. ## ## ----------------------------------------- ## testsuite: command line was: $ ././testsuite ## ---------------- ## ## Tested programs. ## ## ---------------- ## testsuite.at:4: /usr/local/src/GNU/gcjwebplugin/gcjappletviewer --version gcjappletviewer (GCJ Applet Viewer) 0.3.2.cvs ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Wed Mar 2 20:36:16 EST 2005 1. applet tag parsing (t_parseapplet.at:1): ok (0m0.679s 0m0.148s) 2. embed tag parsing (t_parseembed.at:1): ok (0m0.701s 0m0.155s) 3. object tag parsing (t_parseobject.at:1): ok (0m0.687s 0m0.180s) 4. app tag parsing (t_parseapp.at:1): ok (0m0.687s 0m0.174s) 5. applet archive attribute parsing (t_parsearchives.at:1): ok (0m0.737s 0m0.168s) 6. applet parameter parsing (t_parseparams.at:1): ok (0m0.722s 0m0.155s) 7. embed tag java attributes parsing (t_parseembedjavaattrs.at:1): ok (0m0.696s 0m0.165s) 8. object tag java attributes parsing (t_parseobjectjavaattrs.at:1): ok (0m0.700s 0m0.160s) 10. loading a class file given on the command line (t_classfile.at:1): ok (0m0.730s 0m0.159s) 11. loading a class file given on the command line, with no extension (t_classfilenoext.at:1): ok (0m0.721s 0m0.129s) 12. the --help option (t_cmdlinehelp.at:1): ok (0m0.175s 0m0.050s) 13. parsing the code command line option (t_cmdlinecode.at:1): ok (0m0.717s 0m0.151s) 14. parsing the codebase command line option (t_cmdlinecodebase.at:1): ok (0m0.713s 0m0.174s) 15. parsing the archive command line option (t_cmdlinearchive.at:1): ok (0m0.717s 0m0.139s) 16. parsing parameter command line options (t_cmdlineparam.at:1): ok (0m0.718s 0m0.147s) 17. parsing the width and height command line options (t_cmdlinewidthheight.at:1): ok (0m0.661s 0m0.146s) 18. parsing the plugin command line option (t_cmdlineplugin.at:1): ok (0m0.272s 0m0.074s) 19. that the --width and --height options override the width and height given in a tag (t_dimensionsoverride.at:1): ok (0m0.713s 0m0.157s) 20. that the --width and --height options do not override the width and height given in a tag, if there is also a .class file given on the command line (t_dimensionsnooverrideclass.at:1): ok (0m0.735s 0m0.166s) 21. that the --width and --height options do not override the width and height given in a tag, if the --code option is also given on the command line (t_dimensionsnooverridecode.at:1): ok (0m0.776s 0m0.149s) 22. applet stub return values (t_appletstub.at:1): ok (0m0.710s 0m0.153s) 24. that applet contexts are per-codebase -- see AppletContext getStream javadocs (t_appletcontextcodebase.at:1): ok (0m0.731s 0m0.214s) 25. that applet contexts are per-codebase -- see AppletContext getStream javadocs (t_appletcontextnocodebase.at:1): ok (0m0.733s 0m0.189s) 26. parameters for width and height (t_parameterswidthheight.at:1): ok (0m0.703s 0m0.153s) 27. applet tag parsing (t_parsepercentagedimension.at:1): ok (0m0.690s 0m0.155s) testsuite: ending at: Wed Mar 2 20:36:42 EST 2005 testsuite: test suite duration: 0h 0m 26s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: All 27 tests were run, 2 failed unexpectedly. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: gcjwebplugin 0.3.2.cvs test suite: tests test groups: NUM: FILENAME:LINE TEST-GROUP-NAME KEYWORDS 9: t_parsetwoapplets.at:1 parsing two applets tags from the same html file 23: t_appletcontext.at:1 applet context functionality ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## 9. t_parsetwoapplets.at:1: testing ... t_parsetwoapplets.at:28: source ../../tests/atconfig && cp $abs_srcdir/TestApplet*.class . t_parsetwoapplets.at:49: echo "raw arguments: TestApplet.html parsed applet tags: tag 0: name= code=TestApplet.class codebase= archive=[] parameters={width=300, height=200} documentbase=file:$PWD/TestApplet.html tag 1: name= code=TestApplet2.class codebase= archive=[] parameters={width=700, height=450} documentbase=file:$PWD/TestApplet.html init() start()" >experr t_parsetwoapplets.at:51: ../../gcjappletviewer -J-Djava.class.path=../../gcjappletviewer.jar -J-Dgnu.gcjwebplugin.test.windowCount=1 TestApplet.html --- experr 2005-03-02 20:36:24.703513845 -0500 +++ /usr/local/src/GNU/gcjwebplugin/testsuite.dir/at-stderr 2005-03-02 20:36:25.644505457 -0500 @@ -19,3 +19,5 @@ init() start() +init() +start() stdout: 9. t_parsetwoapplets.at:1: 9. parsing two applets tags from the same html file (t_parsetwoapplets.at:1): FAILED (t_parsetwoapplets.at:51) 23. t_appletcontext.at:1: testing ... t_appletcontext.at:31: source ../../tests/atconfig && cp $abs_srcdir/TestAppletNamed*.class . t_appletcontext.at:35: echo "TestAppletNamed1.init TestAppletNamed1.start TestAppletNamed2.init TestAppletNamed2.start" >expout t_appletcontext.at:62: echo "raw arguments: TestAppletContext.html parsed applet tags: tag 0: name= code=TestAppletNamed1.class codebase= archive=[] parameters={width=320, height=200} documentbase=file:$PWD/TestAppletContext.html tag 1: name= code=TestAppletNamed2.class codebase= archive=[] parameters={width=320, height=200} documentbase=file:$PWD/TestAppletContext.html tag 2: name= code=TestAppletNamed3.class codebase= archive=[] parameters={width=320, height=200} documentbase=file:$PWD/TestAppletContext.html " >experr t_appletcontext.at:64: ../../gcjappletviewer -J-Djava.class.path=../../gcjappletviewer.jar -J-Dgnu.gcjwebplugin.test.windowCount=2 TestAppletContext.html --- expout 2005-03-02 20:36:37.143402938 -0500 +++ /usr/local/src/GNU/gcjwebplugin/testsuite.dir/at-stdout 2005-03-02 20:36:38.098394422 -0500 @@ -2,3 +2,4 @@ TestAppletNamed1.start TestAppletNamed2.init TestAppletNamed2.start +TestAppletNamed3.init 23. t_appletcontext.at:1: 23. applet context functionality (t_appletcontext.at:1): FAILED (t_appletcontext.at:64)