/[gcjwebplugin]/gcjwebplugin/tests/t_dimensionsnooverridecode.at
ViewVC logotype

Diff of /gcjwebplugin/tests/t_dimensionsnooverridecode.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mkoch, Mon Jul 5 09:48:59 2004 UTC revision 1.11 by fitzsim, Sun Feb 20 08:29:44 2005 UTC
# Line 23  The test is complete.  Thank you. Line 23  The test is complete.  Thank you.
23  </html>  </html>
24  ])  ])
25    
26  AT_CHECK(source ../../tests/atconfig && cp $abs_srcdir/TestApplet*.class .)  AT_CHECK(source ../../tests/atconfig && mkdir Testing && cp $abs_srcdir/TestApplet*.class . && cp $abs_srcdir/TestApplet*.class Testing)
27  AT_CHECK(echo "raw arguments:  AT_CHECK(echo "raw arguments:
28   --width=429   --width=429
29   --height=158   --height=158
# Line 52  init() Line 52  init()
52  start()  start()
53  init()  init()
54  start()" >experr)  start()" >experr)
55  AT_CHECK(perl ../../src/gcjappletviewer -J-Dgnu.gcjwebplugin.test.windowCount=2 --width=429 --height=158 --code=TestApplet2.class TestApplet.html, [],  [ignore], [experr])  AT_CHECK(../../gcjappletviewer -J-Djava.class.path=../../gcjappletviewer.jar -J-Dgnu.gcjwebplugin.test.windowCount=2 --width=429 --height=158 --code=TestApplet2.class TestApplet.html, [],  [ignore], [experr])
56    
57  AT_CLEANUP  AT_CLEANUP

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26